Inits the PIN.

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

Syntax

Visual Basic (Declaration)
Function InitPIN ( _
	pin As String _
) As Integer
C#
int InitPIN(
	string pin
)
Visual C++
int InitPIN(
	String^ pin
)
JavaScript
function initPIN(pin);

Parameters

pin
Type: System..::..String
The pin.

Return Value

See Also