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

Syntax

Visual Basic (Declaration)
Function DecryptInit ( _
	mech As Mechanism, _
	key As Key _
) As Integer
C#
int DecryptInit(
	Mechanism mech,
	Key key
)
Visual C++
int DecryptInit(
	Mechanism^ mech, 
	Key^ key
)
JavaScript
function decryptInit(mech, key);

See Also