The DistinguishedName type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a NameAttribute to the end of the list.
Public methodClear
Removes all elements from the list.
Public methodContains
Determines whether an element is in the list.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(String)
Searches for an Object with the specified Object identifier and returns the zero-based index of the first occurrence within the entire list.
Public methodIndexOf(NameAttribute)
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list.
Public methodInsert
Inserts an element into the list at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific element from the list.
Public methodRemoveAt
Removes the element at the specified index of the list.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also