Inits the PIN.

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

Syntax

Visual Basic (Declaration)
Function InitPIN ( _
	pin As Byte() _
) As Integer
C#
int InitPIN(
	byte[] pin
)
Visual C++
int InitPIN(
	[InAttribute] array<unsigned char>^ pin
)
JavaScript
function initPIN(pin);

Parameters

pin
Type: array<System..::..Byte>[]()[]
The pin.

Return Value

See Also