Microsoft.Windows.DNSServer.2016.TrustPointPunkt zaufania DNS w systemie Windows Server 2016 i 1709+

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

Ta jednostka reprezentuje punkt zaufania DNS zdefiniowany na komputerze z systemem Windows Server 2016 i 1709+.

Knowledge Base article:

Podsumowanie

Kotwica zaufania („punkt” zaufania) to publiczny klucz kryptograficzny podpisanej strefy. Kotwice zaufania należy skonfigurować na każdym nieautorytatywnym serwerze DNS, który będzie podejmować próbę sprawdzenia poprawności danych 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 (PLK) Description (PLK) 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  Nazwa punktu zaufania Nazwa punktu zaufania serwera DNS true 256  False 
HostName  string  Nazwa hosta Nazwa serwera DNS będącego hostem punktu zaufania 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>