Signs the recover init.

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

Syntax

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

Parameters

mech
Type: Cryptware.NCryptoki..::..Mechanism
The mech.
key
Type: Cryptware.NCryptoki..::..Key
The key.

Return Value

See Also