Namespace:  Cryptware.NCryptoki
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);

Parameters

attList
Type: Cryptware.NCryptoki..::..CryptokiCollection
nMaxCount
Type: System..::..Int32

Implements

ICryptokiObjects..::..Find(CryptokiCollection, Int32)

See Also