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

type C_GetSessionInfo = extern "C" fn(hSession: CK_SESSION_HANDLE, pInfo: CK_SESSION_INFO_PTR) -> CK_RV;

C_GetSessionInfo obtains information about the session.

Function Paramters

  • hSession: the session's handle
  • pInfo: receives session info