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

type C_SetAttributeValue = extern "C" fn(hSession: CK_SESSION_HANDLE, hObject: CK_OBJECT_HANDLE, pTemplate: CK_ATTRIBUTE_PTR, ulCount: CK_ULONG) -> CK_RV;

C_SetAttributeValue modifies the value of one or more object attributes.

Function Parameters

  • hSession: the session's handle
  • hObject: the object's handle
  • pTemplate: specifies attrs and values
  • ulCount: attributes in template