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

type C_Logout = extern "C" fn(hSession: CK_SESSION_HANDLE) -> CK_RV;

C_Logout logs a user out from a token.

Function Parameters

  • hSession: the session's handle