CertExtensions Property
A list of extensions used by the currently selected certificate.
Syntax
public CertExtensionList CertExtensions { get; }
Public Property CertExtensions As CertExtensionList
Remarks
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.