CertList Event
Lists the certificates in a store (see the ListStoreCertificates method).
Syntax
virtual int FireCertList(CertMgrCertListEventParams *e);
typedef struct {
char* CertEncoded;
char* CertSubject;
char* CertIssuer;
char* CertSerialNumber;
int HasPrivateKey;
int lenCertEncoded;
int reserved;
} CertMgrCertListEventParams;
Remarks
The CertSubject and CertIssuer parameters contain distinguished names of the certificate owner and issuer respectively. The HasPrivateKey flag shows whether the private key for the certificate is available in the system.
The StoreList event and the ListCertificateStores and ListMachineStores methods are used to list the certificate stores in the system.