Sets the PIN.

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

Syntax

Visual Basic (Declaration)
Function SetPIN ( _
	oldPin As String, _
	newPin As String _
) As Integer
C#
int SetPIN(
	string oldPin,
	string newPin
)
Visual C++
int SetPIN(
	String^ oldPin, 
	String^ newPin
)
JavaScript
function setPIN(oldPin, newPin);

Parameters

oldPin
Type: System..::..String
The old pin.
newPin
Type: System..::..String
The new pin.

Return Value

See Also