property Extensions: TScExtensions;
Description
Gets a collection of TScCertificateExtension objects. The extensions defined in the X.509 certificate format allow additional data to be included in the certificate. The property is set automatically when loading or importing certificates.
Use Extensions[Index] to obtain a pointer to a specific extension. The Index parameter indicates the index of the extension. 0 is the index of the first extension.
This property is read-only.
See Also