The DistinguishedName type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkDistinguishedName(array<Byte>[]()[][])
Creates an instance of distinguished name from an ASN.1 block.
Public methodSupported by the .NET Compact FrameworkDistinguishedName(String)
Creates an instance of distinguished name from a DN string.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified object is equal to the current object.
(Overrides Object..::..Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFromString
Converts string DN to its BER-encoded representation.
Public methodSupported by the .NET Compact FrameworkGetCommonName
Returns the DN's common name, if available.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Servers as a hash function for a particular type. Suitable for use in hashing algorithms and hash tables.
(Overrides Object..::..GetHashCode()()()().)
Public methodSupported by the .NET Compact FrameworkGetMailAddresses
Returns the list of DN's e-mail addresses.
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToArray
Converts a distinguished name into a byte array.
Public methodSupported by the .NET Compact FrameworkToString()()()()
Returns a string representation of the object.
(Overrides Object..::..ToString()()()().)
Public methodStatic memberSupported by the .NET Compact FrameworkToString(array<Byte>[]()[][])
Converts BER-encoded representation of DN to its string representation.

See Also