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 (KOR) Description (KOR) 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 Server의 이름입니다. 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>