ISL_CreateSignatureAttributeEnumerator
ISL_ITERATOR_PTR ISL_CreateSignatureAttributeEnumerator
(ISL_VERIFIED_SIGNATURE_ROOT_PTR Root)
This function creates a dynamic object whose purpose is to list references to the attributes of the signature referenced by the Verification parameter. The resulting iterator object is activated by invoking the ISL_GetNextSignatureAttribute function. The object should be recycled using the ISL_RecycleSignatureEnumerator call when it is no longer needed.
- Root (input)
A verified signature root explicitly created by ISL_CreateVerifiedSignatureRoot or ISL_CreateVerifiedSignatureRootWithCertificate, or implicitly by ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyLoadedModuleAndCredentials.
Pointer to a signature attribute iterator object if successful, or NULL if unsuccessful.
ISL_GetNextSignatureAttribute, ISL_RecycleSignatureAttributeEnumerator, ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, ISL_VerifyLoadedModuleAndCredentials, ISL_GetModuleManifestSection, ISL_GetManifestSignatureRoot
Contents | Next section | Index |