DnsServerResourceRecordNSec3Param class

DNS Server Resource Record Data NSEC3PARAM.

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 DnsServerResourceRecordNSec3Param : DnsServerResourceRecordData
{
  string HashAlgorithm;
  uint16 Iterations;
  string Salt;
};

Members

The DnsServerResourceRecordNSec3Param class has these types of members:

Properties

The DnsServerResourceRecordNSec3Param class has these properties.

HashAlgorithm

Data type: string

Access type: Read/write

Crypto algorithm using which the key was generated.

The possible values are.

RsaSha1 ("RsaSha1")

RsaSha1NSec3 ("RsaSha1NSec3")

RsaSha256 ("RsaSha256")

RsaSha512 ("RsaSha512")

ECDsaP256Sha256 ("ECDsaP256Sha256")

ECDsaP384Sha384 ("ECDsaP384Sha384")

Iterations

Data type: uint16

Access type: Read/write

NSEC3 iterations.

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
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerResourceRecordData

DnsServerPSProvider Provider