X500RelativeDistinguishedName Class

Definition

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)

Applies to