ISL_FindManifestSection
ISL_MANIFEST_SECTION_PTR ISL_FindManifestSection
(ISL_VERIFIED_SIGNATURE_ROOT_PTR Root,
ISL_CONST_DATA Name)
This function returns a pointer to the Manifest Section Object with the given name, or NULL if there is no such section.
- Root (input)
A verified signature root explicitly created by ISL_CreateVerifiedSignatureRoot or ISL_CreateVerifiedSignatureRootWithCertificate, or implicitly by ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyLoadedModuleAndCredentials.
- Name (input)
The name of the manifest section that is requested.
The specified Manifest Section Object is returned, or NULL if no section exists.
ISL_CreateVerifiedSignatureRoot, ISL_CreateVerifiedSignatureRootWithCertificate, ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, ISL_VerifyLoadedModuleAndCredentials
Contents | Next section | Index |