Microsoft.Windows.CertificateServices.CARoleCertificate Service

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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.CertificateServices.CARole:
CAName  string  CA Name Common Name of the Certificate Authority false 256  False 
ConfigString  string  Configuration String Configuration String of the Certificate Authority false 255  False 
Chain  string  Chain Contains the list of CA Names starting from this one, going up in the hierarchy up to the root of the hierarchy. 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>