Class DistinguishedName
Represents an immutable distinguished name constructed by CommonDistinguishedNameBuilder.
Inherited Members
Namespace: Coree.NETStandard.Classes.CommonDistinguishedNameBuilder
Assembly: Coree.NETStandard.dll
Syntax
public class DistinguishedName
Constructors
| Edit this page View SourceDistinguishedName(string)
Initializes a new instance of the DistinguishedName class with a specified name.
Declaration
public DistinguishedName(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The distinguished name string. |
Properties
| Edit this page View SourceName
Gets the distinguished name string.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |