FC_SetPIN - Modify the user's PIN.
CK_RV FC_SetPIN( CK_SESSION_HANDLE hSession, CK_CHAR_PTR pOldPin, CK_ULONG ulOldLen, CK_CHAR_PTR pNewPin, CK_ULONG ulNewLen );
FC_SetPIN
takes five parameters:
hSession
pOldPin
ulOldLen
pNewPin
ulNewLen
FC_SetPIN
modifies the PIN of the user. The user must log into the token (to assume the NSS User role) before calling FC_SetPIN
.
CKR_OK