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 (CHT) Description (CHT) 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" MinLength="0" Length="256"/>
<Property ID="ConfigString" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="Chain" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>