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

type C_DestroyObject = extern "C" fn(hSession: CK_SESSION_HANDLE, hObject: CK_OBJECT_HANDLE) -> CK_RV;

C_DestroyObject destroys an object.

Function Parameters

  • hSession: the session's handle
  • hObject: the object's handle