vcl-dxx509certificate-dot-tdxx509certificatelist.md
A collection of X.509 certificates.
TdxX509CertificateList = class(
TObjectList<TdxX509Certificate>
)
The TdxX509CertificateList class implements a collection of X.509 certificates for the TdxX509Store certificate storage.
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.
The TdxX509Store.Certificates property references a TdxX509CertificateList object.
TObject TEnumerable<T> TList<T> TObjectList<T> TdxX509CertificateList
See Also