Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 | Remove
Delete stored certificates.
CopyTo
Copies all stored certificates to the end of the target collection.
Count
Returns the number of stored certificates.
Import
Imports new X.509 certificates from a file or stream.
Items
Provides indexed access to stored certificates.

#Direct TdxX509CertificateList Class Reference

The TdxX509Store.Certificates property references a TdxX509CertificateList object.

#Inheritance

See Also