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

type C_CreateObject = extern "C" fn(hSession: CK_SESSION_HANDLE, pTemplate: CK_ATTRIBUTE_PTR, ulCount: CK_ULONG, phObject: CK_OBJECT_HANDLE_PTR) -> CK_RV;

C_CreateObject creates a new object.

Function Parameters

  • hSession: the session's handle
  • pTemplate: the object's template
  • ulCount: attributes in template
  • phObject: gets new object's handle.