Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IEnumCertIDs Interface Referenceabstract

#include <p6cert.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR next (P6UINT32 cElements, const P6CHAR **parElements, P6UINT32 *pcReturned)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR reset (void)=0
 

Detailed Description

An enumerator that enumerates a certificates RFC 6125 DNS-IDs and CN-IDs.

The values returned are guarnteed valid until the next call to the next() method. The caller must make of copy of any data needed before calling next() again. This interface is not thread-safe. Each thread should use the p6ICert::getCertIDs() method to get it's own interface to the data.

Definition at line 47 of file p6cert.h.


The documentation for this interface was generated from the following file: