DnsServerResourceRecordNSec3 class
DNS Server Resource Record Data NSEC3.
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 DnsServerResourceRecordNSec3 : DnsServerResourceRecordData
{
String HashAlgorithm;
boolean OptOut;
uint16 Iterations;
string Salt;
string NextHashedOwnerName;
string CoveredRecordTypes[];
};
Members
The DnsServerResourceRecordNSec3 class has these types of members:
Properties
The DnsServerResourceRecordNSec3 class has these properties.
-
CoveredRecordTypes
-
-
Data type: string array
-
Access type: Read/write
The covered records in this record set.
-
-
HashAlgorithm
-
-
Data type: String
-
Access type: Read/write
Crypto algorithm using which the key was generated.
The possible values are.
-
-
("RsaSha1")
Iterations
-
Data type: uint16
-
Access type: Read/write
NSEC3 iterations.
NextHashedOwnerName
-
Data type: string
-
Access type: Read/write
NSEC3 hash.
OptOut
-
Data type: boolean
-
Access type: Read/write
If OptOut is enabled. true if enabled and false otherwise.
Salt
-
Data type: string
-
Access type: Read/write
NSEC3 Salt.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|