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 (CHT) Description (CHT) 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>