IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

StoreList Event

Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Syntax

type TStoreListEvent = procedure StoreList(Sender: TObject; const CertStore: String) of object;

property OnStoreList: TStoreListEvent read FOnStoreList write FOnStoreList;

Remarks

The CertStore parameter contains the name of the certificate store being listed.

The CertList event and the ListStoreCertificates method are used to list the certificates in the store.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]