CertExtensions Property
A list of extensions used by the currently selected certificate.
Syntax
property CertExtensions: TipeCertExtensionList read get_CertExtensions write set_CertExtensions;
Remarks
The certificate's version number. The possible values are the strings "V1", "V2", and "V3".
This property contains a list of extensions used by the currently selected certificate. When Cert is set, the component will be read out any CertExtension and populate this list. This list may also be populated by the user prior to a call to CreateCertificate to add certificate extensions to the certificate to be created.
This property is not available at design time.