procedure AddValue(Item: TScASN1Attribute); overload;
procedure AddValue(const Value: TBytes; ASN1DataType: TScASN1DataType); overload;
procedure AddValue(const Value: string; ASN1DataType: TScASN1DataType); overload;
Description
Call AddValue to insert an attribute's value at the end of the Values list. AddValue increments ValueCount.
The Value parameter is a byte array or a string that contains the ASN.1-encoded data.
The ASN1DataType parameter determines the ASN.1 type of the encoded data.