TdxX509CertificateList Class
A collection of X.509 certificates.
Declaration
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
TObject
TEnumerable<T>
TList<T>
TObjectList<T>
TdxX509CertificateList
See Also