Microsoft.Windows.DNSServer.2016.TrustPointTrust point DNS di Windows 2016 e 1709+

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

L'entità rappresenta un trust point DNS definito in un computer Windows Server 2016 e 1709+.

Knowledge Base article:

Riepilogo

Un trust anchor (o trust "point") è una chiave crittografica pubblica per una zona firmata. I trust anchor devono essere configurati in ogni server DNS non autorevole che proverà a convalidare i dati 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.DNSServer.2016.TrustPoint:
TrustPointName  string  Nome trust point Il nome del punto trust DNS true 256  False 
HostName  string  Nome host Il nome del server DNS che ospita il 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>