Class MicrosoftDnsServerTrustPoint
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a trust point configured for a Microsoft DNS server.
public class MicrosoftDnsServerTrustPoint : BaseTypeSection, IComparable<MicrosoftDnsServerTrustPoint>
- Inheritance
-
MicrosoftDnsServerTrustPoint
- Implements
Constructors
MicrosoftDnsServerTrustPoint()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint class.
public MicrosoftDnsServerTrustPoint()
Properties
Name
Gets or sets the trust point name.
public string Name { get; set; }
Property Value
TrustAnchors
Gets or sets the trust anchors assigned to the trust point.
public MicrosoftDnsServerTrustAnchors TrustAnchors { get; set; }
Property Value
TrustPointState
Gets or sets the state of the trust point.
public MicrosoftDnsServerTrustPointState TrustPointState { get; set; }
Property Value
TrustPointStateString
Gets the state of the trust point as a human readable string.
public string TrustPointStateString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint cloned from this object.
public MicrosoftDnsServerTrustPoint Clone()
Returns
- MicrosoftDnsServerTrustPoint
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint.
CompareTo(MicrosoftDnsServerTrustPoint)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint objects to allow sorting alphabetically by name.
public int CompareTo(MicrosoftDnsServerTrustPoint other)
Parameters
other
MicrosoftDnsServerTrustPointThe CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint objects.
ToString()
Returns the trust point name.
public override string ToString()
Returns
- string
The trust point name.