The DistinguishedName type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a NameAttribute to the end of the list.
|
![]() | Clear |
Removes all elements from the list.
|
![]() | Contains |
Determines whether an element is in the list.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(String) |
Searches for an Object with the specified Object identifier and returns the zero-based index of the first occurrence within the entire list.
|
![]() | IndexOf(NameAttribute) |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list.
|
![]() | Insert |
Inserts an element into the list at the specified index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific element from the list.
|
![]() | RemoveAt |
Removes the element at the specified index of the list.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |