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

Syntax

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

Implements

ISession..::..GenerateKey(Mechanism, CryptokiCollection)

See Also