DistinguishedName Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9147)
Represents a distinguished name.
Syntax
public class DistinguishedName
Inherited Members
Constructors
Name | Description |
---|---|
Distinguished |
Creates an instance of distinguished name from an ASN.1 block. |
Distinguished |
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. |
From |
Converts string DN to its BER-encoded representation. |
Get |
Returns the DN's common name, if available. |
Get |
Servers as a hash function for a particular type. Suitable for use in hashing algorithms and hash tables. |
Get |
Returns the list of DN's e-mail addresses. |
To |
Converts a distinguished name into a byte array. |
To |
Returns a string representation of the object. |
To |
Converts BER-encoded representation of DN to its string representation. |