Table of Contents

Class MicrosoftDnsServerTrustPoints

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the trust points for a Microsoft DNS server.

public class MicrosoftDnsServerTrustPoints : BypassSection
Inheritance
MicrosoftDnsServerTrustPoints
Inherited Members

Constructors

MicrosoftDnsServerTrustPoints()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoints class.

public MicrosoftDnsServerTrustPoints()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerTrustPointCollection Items { get; set; }

Property Value

MicrosoftDnsServerTrustPointCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoints class from the specified XML.

public static MicrosoftDnsServerTrustPoints FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerTrustPoints

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoints class.

ToString()

Returns the trust points as a human readable string.

public override string ToString()

Returns

string

The trust points as a human readable string.