DnsServerZoneDnsSecValidationResult class

Represents a set of results returned by a Domain Name System Security Extensions (DNSSEC) validation operation.

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 DnsServerZoneDnsSecValidationResult
{
  String ZoneName;
  UInt32 ValidationErrorCode;
  String ValidationErrorCodeDescription;
  UInt32 ExtendedErrorCode;
  String ExtendedErrorCodeDescription;
  String KeyId;
  String SigningKeyPointerString;
};

Members

The DnsServerZoneDnsSecValidationResult class has these types of members:

Properties

The DnsServerZoneDnsSecValidationResult class has these properties.

ExtendedErrorCode

Data type: UInt32

Access type: Read-only

The extended error code for the validation operation.

ExtendedErrorCodeDescription

Data type: String

Access type: Read-only

The extended error description for the validation operation.

KeyId

Data type: String

Access type: Read-only

The ID of the key for a validation error.

SigningKeyPointerString

Data type: String

Access type: Read-only

The key pointer string for a validation error.

ValidationErrorCode

Data type: UInt32

Access type: Read-only

The error code from the validation operation.

ValidationErrorCodeDescription

Data type: String

Access type: Read-only

The error description for the validation operation.

ZoneName

Data type: String

Access type: Read-only

The name of the zone.

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

DnsServerPSProvider Provider