Sets the PIN.

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

Syntax

Visual Basic (Declaration)
Function SetPIN ( _
	oldPin As Byte(), _
	newPin As Byte() _
) As Integer
C#
int SetPIN(
	byte[] oldPin,
	byte[] newPin
)
Visual C++
int SetPIN(
	[InAttribute] array<unsigned char>^ oldPin, 
	[InAttribute] array<unsigned char>^ newPin
)
JavaScript
function setPIN(oldPin, newPin);

Parameters

oldPin
Type: array<System..::..Byte>[]()[]
The old pin.
newPin
Type: array<System..::..Byte>[]()[]
The new pin.

Return Value

See Also