constructor Create(const OId: string; const Value: TBytes; DataType: TScASN1DataType); overload;
constructor Create(const OId: string; const Value: string; DataType: TScASN1DataType); overload;
Description
Create TScASN1Attribute instance.
The OId parameter is an object that represents the type of attribute associated with this object. The OId property is set from the value of this parameter.
The Value parameter is a byte array or a string that contains the ASN.1-encoded data. The RawData property is set from the value of this parameter.
The DataType parameter determines the ASN.1 type of the encoded data. The ASN1DataType property is set from the value of this parameter.