Skip to main content
A newer version of this page is available. .

TdxX509CertificateList Class

A collection of X.509 certificates.

Declaration

TdxX509CertificateList = class(
    TObjectList<TdxX509Certificate>
)

Remarks

This class has the following members that allow you to:

  • Identify the number of certificates in the collection (Count).

  • Access stored certificates (Items).

  • Load new certificates from a file or stream (Import).

  • Copy certificates between collections (CopyTo).

  • Delete stored certificates (Clear, Delete, DeleteRange, and Remove).

The TdxX509Store.Certificates property references a TdxX509CertificateList object.

Inheritance

See Also