Back to Devexpress

TdxX509CertificateList Class

vcl-dxx509certificate-dot-tdxx509certificatelist.md

latest2.2 KB
Original Source

TdxX509CertificateList Class

A collection of X.509 certificates.

Declaration

delphi
TdxX509CertificateList = class(
    TObjectList<TdxX509Certificate>
)

Remarks

The TdxX509CertificateList class implements a collection of X.509 certificates for the TdxX509Store certificate storage.

Main API Members

The list below outlines key members of the TdxX509CertificateList class. These members allow you to manage X.509 certificates.

Clear | Delete | DeleteRange | RemoveDelete stored certificates.CopyToCopies all stored certificates to the end of the target collection.CountReturns the number of stored certificates.ImportImports new X.509 certificates from a file or stream.ItemsProvides indexed access to stored certificates.

Direct TdxX509CertificateList Class Reference

The TdxX509Store.Certificates property references a TdxX509CertificateList object.

Inheritance

TObject TEnumerable<T> TList<T> TObjectList<T> TdxX509CertificateList

See Also

TdxX509CertificateList Members

dxX509Certificate Unit