Namespace:  Cryptware.NCryptoki
Assembly:  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
maxCount
Type: System..::..Int32

See Also