The DistinguishedName type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DistinguishedName(array<Byte>[]()[][]) |
Creates an instance of distinguished name from an ASN.1 block.
| |
DistinguishedName(String) |
Creates an instance of distinguished name from a DN string.
|
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified object is equal to the current object.
(Overrides Object..::..Equals(Object).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FromString |
Converts string DN to its BER-encoded representation.
| |
GetCommonName |
Returns the DN's common name, if available.
| |
GetHashCode |
Servers as a hash function for a particular type. Suitable for use in hashing algorithms and hash tables.
(Overrides Object..::..GetHashCode()()()().) | |
GetMailAddresses |
Returns the list of DN's e-mail addresses.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToArray |
Converts a distinguished name into a byte array.
| |
ToString()()()() |
Returns a string representation of the object.
(Overrides Object..::..ToString()()()().) | |
ToString(array<Byte>[]()[][]) |
Converts BER-encoded representation of DN to its string representation.
|