Microsoft.Windows.DNSServer.2016.TrustPointWindows 2016 和 1709+ DNS 信任点

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

该实体表示 Windows Server 2016 和 1709+ 计算机中定义的 DNS 信任点。

Knowledge Base article:

摘要

信任锚(或信任“点”)是已签名区域的公共加密密钥。必须在每个将尝试验证 DNS 数据的非授权 DNS 服务器上配置信任锚。

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.DNSServer.2016.TrustPoint:
TrustPointName  string  信任点名称 DNS 信任点的名称 true 256  False 
HostName  string  主机名 托管信任点的 DNS 服务器的名称 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>