Microsoft.Windows.CertificateServices.CARole인증서 서비스

Microsoft.Windows.CertificateServices.CARole (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf50da33b-b770-d703-1f15-149022d9f1de

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.CertificateServices.CARole:
CAName  string  CA 이름 인증 기관의 일반 이름 false 256  False 
ConfigString  string  구성 문자열 인증 기관의 구성 문자열 false 255  False 
Chain  string  체인 여기서 시작하여 계층 구조의 루트 계층까지 이어지는 CA 이름 목록을 포함합니다. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.CertificateServices.CARole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="CAName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConfigString" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Chain" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>