Property | Type | Description | |
---|---|---|---|
Type | int[] | ||
Value | Goedel.Cryptography.PKIX.AnyString |
Method | Description | |
---|---|---|
AttributeTypeValue ( int OID, string Value, StringType StringType ) : System |
Construct from components.
|
|
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 AttributeTypeValue ( int OID, string Value, StringType StringType ) : System | ||
OID | int | Object Identifier |
Value | string | Value |
StringType | StringType | Encoding. |
return | System |
public Encode ( Goedel Buffer ) : void | ||
Buffer | Goedel | Output buffer |
return | void |