Share via


DnsServerResourceRecordNSec class

DNS Server Resource Record Data NSEC.

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 DnsServerResourceRecordNSec : DnsServerResourceRecordData
{
  String Name;
  string CoveredRecordTypes[];
};

Members

The DnsServerResourceRecordNSec class has these types of members:

Properties

The DnsServerResourceRecordNSec class has these properties.

CoveredRecordTypes

Data type: string array

Access type: Read/write

The covered records in this record set.

Name

Data type: String

Access type: Read/write

The name covered by this record.

Requirements

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

See also

DnsServerResourceRecordData

DnsServerPSProvider Provider