Microsoft.Windows.DNSServer.2016.TrustPointPoint d'approbation DNS Windows 2016 et 1709+

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

Cette entité représente un point d'approbation DNS défini sur un ordinateur Windows Server 2016 et 1709+.

Knowledge Base article:

Résumé

Une ancre d’approbation (ou « point » d’approbation) est une clé de chiffrement publique pour une zone signée. Les ancres d’approbation doivent être configurées sur chaque serveur DNS ne faisant pas autorité qui tente de valider des données 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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.Windows.DNSServer.2016.TrustPoint:
TrustPointName  string  Nom du point d'approbation Le nom du point d'approbation dans le DNS true 256  False 
HostName  string  Nom de l'ordinateur hôte Le nom du serveur DNS qui héberge le point d'approbation 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>