DnsServerDnssecStatistics class
Represents statistics for the Domain Name System Security Extensions (DNSSEC) signature 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 DnsServerDnssecStatistics
{
uint32 SuccessfulValidations;
uint32 FailedValidations;
uint32 RecursionFailures;
};
Members
The DnsServerDnssecStatistics class has these types of members:
Properties
The DnsServerDnssecStatistics class has these properties.
-
FailedValidations
-
-
Data type: uint32
-
Access type: Read-only
The number of times a validation attempt on a DNSSEC signature or DS digest hash failed.
-
-
RecursionFailures
-
-
Data type: uint32
-
Access type: Read-only
The number of times a validation attempt for recursive name resolution query failed while fetching DNSSEC data.
-
-
SuccessfulValidations
-
-
Data type: uint32
-
Access type: Read-only
The number of times a validation attempt on a DNSSEC signature or DS digest hash succeeded.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|