Property | Type | Description | |
---|---|---|---|
BMPString | string | ||
IA5String | string | ||
PrintableString | string | ||
UTF8String | string |
Method | Description | |
---|---|---|
AnyString ( string Value, StringType StringType ) : System |
Construct from StringType enumeration.
|
|
Encode ( Goedel Buffer ) : void |
Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
|
public AnyString ( string Value, StringType StringType ) : System | ||
Value | string | Text value. |
StringType | StringType | Text Encoding. |
return | System |
public Encode ( Goedel Buffer ) : void | ||
Buffer | Goedel | Output buffer |
return | void |