IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

CertList Event

Lists the certificates in a store (see the ListStoreCertificates method).

Syntax

typedef void __fastcall (__closure *TipcCertMgrCertListEvent)(System::TObject* Sender, TipcCertMgrCertListEventParams *e);

__property TipcCertMgrCertListEvent OnCertList = {read=FOnCertList, write=FOnCertList};

typedef struct {
     String CertEncoded;
     String CertSubject;
     String CertIssuer;
     String CertSerialNumber;
     bool HasPrivateKey;
} TipcCertMgrCertListEventParams;

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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0