Table of Contents

Class MicrosoftDnsServerDSTrustAnchor

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

Represents a trust anchor configured for a Microsoft DNS server.

public class MicrosoftDnsServerDSTrustAnchor : MicrosoftDnsServerTrustAnchor, IComparable<MicrosoftDnsServerTrustAnchor>
Inheritance
MicrosoftDnsServerDSTrustAnchor
Implements
Inherited Members

Constructors

MicrosoftDnsServerDSTrustAnchor()

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

public MicrosoftDnsServerDSTrustAnchor()

Properties

Digest

Gets or sets the digest of the trust anchor.

public string Digest { get; set; }

Property Value

string

DigestType

Gets or sets the digest type used by the trust anchor.

public MicrosoftDnsServerTrustAnchorDigestType DigestType { get; set; }

Property Value

MicrosoftDnsServerTrustAnchorDigestType

DigestTypeString

Gets the digest type used by the trust anchor as a human readable string.

public string DigestTypeString { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerDSTrustAnchor cloned from this object.

public MicrosoftDnsServerDSTrustAnchor Clone()

Returns

MicrosoftDnsServerDSTrustAnchor

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerDSTrustAnchor.

ToString()

Returns the name of the trust anchor.

public override string ToString()

Returns

string

The name of the trust anchor.