Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Function GenerateKey ( _
	mech As Mechanism, _
	attList As CryptokiCollection _
) As Key
C#
Key GenerateKey(
	Mechanism mech,
	CryptokiCollection attList
)
Visual C++
Key^ GenerateKey(
	Mechanism^ mech, 
	CryptokiCollection^ attList
)
JavaScript
function generateKey(mech, attList);

See Also