Table of Contents

Class MicrosoftDnsServerSigningKeys

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

Represents the signing keys for a Microsoft DNS server zone.

public class MicrosoftDnsServerSigningKeys : BaseTypeSection
Inheritance
MicrosoftDnsServerSigningKeys

Constructors

MicrosoftDnsServerSigningKeys()

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

public MicrosoftDnsServerSigningKeys()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerSigningKeyCollection Items { get; set; }

Property Value

MicrosoftDnsServerSigningKeyCollection

Methods

FromXml(string)

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

public static MicrosoftDnsServerSigningKeys FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerSigningKeys

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKeys class.

ToString()

Returns the signing keys as a human readable string.

public override string ToString()

Returns

string

The signing keys as a human readable string.