Microsoft.Windows.DNSServer.2016.TrustPointWindows 2016 and 1709+ DNS Trust Point

Microsoft.Windows.DNSServer.2016.TrustPoint (ClassType)

This entity represents a DNS Trust Point defined in a Windows Server 2016 and 1709+ computer.

Knowledge Base article:

Summary

A trust anchor (or trust “point”) is a public cryptographic key for a signed zone. Trust anchors must be configured on every non-authoritative DNS server that will attempt to validate DNS data.

Element properties:

Base ClassMicrosoft.Windows.DNSServer.2016.HostedComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId257beb44-322a-bd5f-4e0d-00e8a028382c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DNSServer.2016.TrustPoint:
TrustPointName  string  Trust Point Name The name of the DNS Trust Point true 256  False 
HostName  string  Host Name The name of the DNS Server that hosts the Trust Point true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.2016.TrustPoint" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.DNSServer.2016.HostedComponent" Hosted="true" Singleton="false">
<Property ID="TrustPointName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="HostName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>