Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

ISL_CreateCertificateAttributeEnumerator

SYNOPSIS

ISL_ITERATOR_PTR ISL_CreateCertificateAttributeEnumerator
    (ISL_VERIFIED_CERTIFICATE_PTR Cert)

DESCRIPTION

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.

PARAMETERS

Cert (input)

A reference to a certificate returned by the ISL_CreateCertificateChain function.

RETURN VALUE

Pointer to an iterator object if successful, or NULL if unsuccessful.

SEE ALSO

ISL_RecycleCertificateAttributeEnumerator,
ISL_CopyCertificateChain,
ISL_GetNextCertificateAttribute

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index