Generates the key.

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);

Parameters

mech
Type: Cryptware.NCryptoki..::..Mechanism
The mech.
attList
Type: Cryptware.NCryptoki..::..CryptokiCollection
The att list.

Return Value

See Also