DnsServerZoneSigningMetadata class

Represents a zone signing metadata object on a DNS server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerZoneSigningMetadata
{
  DnsServerDnsSecZoneSetting             DnsSecZoneSetting;
  DnsServerSigningKeyExtendedInformation KeyExtendedInformation[];
  DnsServerResourceRecord                DnsSecResourceRecords[];
};

Members

The DnsServerZoneSigningMetadata class has these types of members:

Properties

The DnsServerZoneSigningMetadata class has these properties.

DnsSecResourceRecords

Data type: DnsServerResourceRecord array

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerResourceRecord")

An array that contains the DNSKEY and the RRSIG resource records.

DnsSecZoneSetting

Data type: DnsServerDnsSecZoneSetting

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerDnsSecZoneSetting")

The Domain Name System Security Extensions (DNSSEC) zone setting.

KeyExtendedInformation

Data type: DnsServerSigningKeyExtendedInformation array

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerSigningKeyExtendedInformation")

An array that contains the extended information for the signing key of the setting.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider