ISL_RecycleVerifiedModuleCredentials
ISL_STATUS ISL_RecycleVerifiedModuleCredentials
(ISL_VERIFIED_MODULE_PTR Verification)
This function destroys and recycles the memory for the module verification object, its containing Signature Root Object and Certificate Chain Object, and all subordinate objects. Related iterator objects and certificate objects must be recycled before recycling the module verification object. Once recycled, this object must not be referenced. All pointers to certificates, manifest sections, iterators, and the information returned by iterators are invalid after this call has completed.
- Verification (input)
A verified module object returned by the ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyLoadedModuleAndCredentials function.
ISL_OK is returned if successful, otherwise ISL_FAIL.
ISL_VerifyAndLoadModuleAndCredentials, ISL_VerifyLoadedModuleAndCredentials, ISL_SelfCheck
Contents | Next section | Index |