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

type C_GetTokenInfo = extern "C" fn(slotID: CK_SLOT_ID, pInfo: CK_TOKEN_INFO_PTR) -> CK_RV;

C_GetTokenInfo obtains information about a particular token in the system.

Function Parameters

  • slotID: ID of the token's slot
  • pInfo: receives the token information