DistinguishedName Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9313)
Represents a distinguished name.
Syntax
public class DistinguishedName
Inherited Members
Constructors
| Name | Description |
|---|---|
| DistinguishedName(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(Object) | Determines whether the specified object is equal to the current object. |
| FromString(String) | 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. |
| GetMailAddresses() | Returns the list of DN's e-mail addresses. |
| ToArray() | Converts a distinguished name into a byte array. |
| ToString() | Returns a string representation of the object. |
| ToString(Byte[]) | Converts BER-encoded representation of DN to its string representation. |