[][src]Type Definition pkcs11::functions::C_Login

type C_Login = extern "C" fn(hSession: CK_SESSION_HANDLE, userType: CK_USER_TYPE, pPin: CK_UTF8CHAR_PTR, ulPinLen: CK_ULONG) -> CK_RV;

C_Login logs a user into a token.

Function Parameters

  • hSession: the session's handle
  • userType: the user type
  • pPin: the user's PIN
  • ulPinLen: the length of the PIN