Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Find ( _ attList As CryptokiCollection, _ nMaxCount As Integer _ ) As CryptokiCollection |
C# |
---|
public CryptokiCollection Find( CryptokiCollection attList, int nMaxCount ) |
Visual C++ |
---|
public: virtual CryptokiCollection^ Find( CryptokiCollection^ attList, int nMaxCount ) sealed |
JavaScript |
---|
function find(attList, nMaxCount); |