ISL_GetCertficateChain
ISL_VERIFIED_CERTIFICATE_CHAIN_PTR ISL_GetCertificateChain
(ISL_VERIFIED_MODULE_PTR Module)
This function returns a reference to the certificate chain that was constructed and verified by ISL_VerifyLoadedModuleAndCredentials or ISL_VerifyAndLoadModuleAndCredentials.
- Module (input)
A verified module object returned by the ISL_SelfCheck, ISL_VerifyLoadedModuleAndCredentials, or ISL_VerifyAndLoadModuleAndCredentials function.Verified module objects created by ISL_VerifyAndLoadModule, ISL_VerifyLoadedModule, and ISL_VerifyData return a NULL certificate chain.
A pointer to the verified certificate chain object is returned if successful, otherwise NULL.
ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials, ISL_SelfCheck
Contents | Next section | Index |