Finds the specified att list.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Find ( _ attList As CryptokiCollection, _ maxCount As Integer _ ) As CryptokiCollection |
C# |
---|
CryptokiCollection Find( CryptokiCollection attList, int maxCount ) |
Visual C++ |
---|
CryptokiCollection^ Find( CryptokiCollection^ attList, int maxCount ) |
JavaScript |
---|
function find(attList, maxCount); |
Parameters
- attList
- Type: Cryptware.NCryptoki..::..CryptokiCollection
The att list.
- maxCount
- Type: System..::..Int32
The max count.