X500RelativeDistinguishedName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Relative Distinguished Name component of an X.500 Distinguished Name.
public ref class X500RelativeDistinguishedName sealed
public sealed class X500RelativeDistinguishedName
type X500RelativeDistinguishedName = class
Public NotInheritable Class X500RelativeDistinguishedName
- Inheritance
-
X500RelativeDistinguishedName
Properties
HasMultipleElements |
Gets a value that indicates whether this Relative Distinguished Name is composed of multiple attributes or only a single attribute. |
RawData |
Gets the encoded representation of this Relative Distinguished Name. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetSingleElementType() |
Gets the object identifier (OID) identifying the single attribute value for this Relative Distinguished Name (RDN), when the RDN only contains one attribute. |
GetSingleElementValue() |
Gets the textual representation of the value for the Relative Distinguished Name (RDN), when the RDN only contains one attribute. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |