IPWorks S/MIME 2020 C++ Builder Edition

Questions / Feedback?

CertList Event

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

Syntax

typedef struct {
  String CertEncoded;
  DynamicArray<Byte> CertEncodedB;
  String CertSubject;
  String CertIssuer;
  String CertSerialNumber;
  bool HasPrivateKey;
} TipmCertMgrCertListEventParams;

typedef void __fastcall (__closure *TipmCertMgrCertListEvent)(System::TObject* Sender, TipmCertMgrCertListEventParams *e);

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

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) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 C++ Builder Edition - Version 20.0 [Build 8154]