public C_SetPIN ( uint session, byte oldPin, uint oldPinLen, byte newPin, uint newPinLen ) : CKR | ||
session | uint | The session's handle |
oldPin | byte | Old PIN or null to use protected authentication path (pinpad) |
oldPinLen | uint | The length of the old PIN in bytes |
newPin | byte | New PIN or null to use protected authentication path (pinpad) |
newPinLen | uint | The length of the new PIN in bytes |
return | CKR |