Property | Type | Description | |
---|---|---|---|
Member | List |
Method | Description | |
---|---|---|
Add ( int OID, string Value, StringType Type ) : void |
Add a name segment.
|
|
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.
|
|
Name ( ) : System |
Create a name with an empty segment list.
|
|
Name ( |
Create name from the UDF fingerprint of a key.
|
|
Name ( |
Create name from the UDF fingerprint of a key.
|
|
Name ( int OID, string Value, StringType Type ) : System |
Create a name with a single segment.
|
|
Name ( string CommonName ) : System |
Create name from a text string.
|
|
ToList ( ) : List |
Convert to a singleton list.
|
|
ToName ( string CommonName ) : List |
|
public Add ( int OID, string Value, StringType Type ) : void | ||
OID | int | Object identifier |
Value | string | Text value. |
Type | StringType | Text encoding. |
return | void |
public Encode ( Goedel Buffer ) : void | ||
Buffer | Goedel | Output buffer |
return | void |
public Name ( |
||
CryptoProvider | ||
return | System |
public Name ( |
||
KeyPair | Key from which to create the fingerprint. | |
return | System |
public Name ( int OID, string Value, StringType Type ) : System | ||
OID | int | Object identifier |
Value | string | Text value. |
Type | StringType | Text encoding. |
return | System |
public Name ( string CommonName ) : System | ||
CommonName | string | Text |
return | System |
public static ToName ( string CommonName ) : List |
||
CommonName | string | |
return | List |