Class MicrosoftDnsServerTrustAnchors
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the trust anchors for a Microsoft DNS server.
public class MicrosoftDnsServerTrustAnchors : BaseTypeSection
- Inheritance
-
MicrosoftDnsServerTrustAnchors
Constructors
MicrosoftDnsServerTrustAnchors()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchors class.
public MicrosoftDnsServerTrustAnchors()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftDnsServerTrustAnchorCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchors class from the specified XML.
public static MicrosoftDnsServerTrustAnchors FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- MicrosoftDnsServerTrustAnchors
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchors class.
ToString()
Returns the trust anchors as a human readable string.
public override string ToString()
Returns
- string
The trust anchors as a human readable string.