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

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

C_GetAttributeValue obtains the value of one or more object attributes.

Function Parameters

  • hSession: the session's handle
  • hObject: the object's handle
  • pTemplate: specifies attrs; gets vals
  • ulCount: attributes in template