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

Syntax

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

Implements

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

See Also