constructor Create(const OId: string; Critical: boolean; const DERValue: TBytes); virtual;
Description
Create TScCertificateExtension instance.
The OId parameter is an object that represents Object Identifier of the certificate extension. The OId property is set from the value of this parameter.
The Critical parameter is a boolean value that determines whether the extension is critical. The Critical property is set from the value of this parameter.
The DERValue parameter is a byte array that represents the body of the extension. DERValue should contain the Abstract Syntax Notation One (ASN.1) data in BER format. The RawData property is set from the value of this parameter.