TdxX509Store.Certificates Property
Provides access to the list of stored X.509 certificates.
Declaration
property Certificates: TdxX509CertificateList read;
Property Value
Type |
---|
TdxX509CertificateList |
Remarks
Call the Open procedure to open a system certificate store according to the predefined settings and populate the list of certificates. Then, you can access loaded certificates via the Certificates property. Refer to the TdxX509CertificateList class description for detailed information on available options.
Call the Close procedure to close the previously opened certificate store and release all concomitant system resources.
Note
The current TdxX509Store class implementation can open a certificate store only in read-only mode.
See Also