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 (CHS) Description (CHS) 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>