Inits a Sign Recoveroperation

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

Syntax

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

Parameters

mech
Type: Cryptware.NCryptoki..::..Mechanism
Signature Mechanism
key
Type: Cryptware.NCryptoki..::..Key
Key used for signature

Return Value

0 if no error occurs, PKCS#11 error code otherwise

Implements

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

Remarks

Call SignRecoverInit

See Also