Microsoft.Windows.CertificateServices.CARole証明書サービス

Microsoft.Windows.CertificateServices.CARole (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8da434f5-52da-aa31-dd37-5d6785cb2dda

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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>