ISL_CreateCertificateAttributeEnumerator
ISL_ITERATOR_PTR ISL_CreateCertificateAttributeEnumerator
(ISL_VERIFIED_CERTIFICATE_PTR Cert)
This function creates a dynamic object whose purpose is to list references to the attributes of the certificate. The iterator object is activated using the ISL_GetNextCertificateAttribute function call. The object must be recycled using the ISL_RecycleCertificateAttributeEnumerator call when it is no longer needed.
- Cert (input)
A reference to a certificate returned by the ISL_CreateCertificateChain function.
Pointer to an iterator object if successful, or NULL if unsuccessful.
ISL_RecycleCertificateAttributeEnumerator, ISL_CopyCertificateChain, ISL_GetNextCertificateAttribute
Contents | Next section | Index |