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

Syntax

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

Implements

ISession..::..DecryptInit(Mechanism, Key)

See Also