Type Definition pkcs11::functions::C_Logout

source ·
pub type C_Logout = extern "C" fn(hSession: CK_SESSION_HANDLE) -> CK_RV;
Expand description

C_Logout logs a user out from a token.

Function Parameters

  • hSession: the session’s handle