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