Microsoft.Windows.CertificateServices.CACertificate Authority

Microsoft.Windows.CertificateServices.CA (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6d266325-c5b6-4c13-addb-2f6a15162fa5

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.CA:
CAName  string  CA Name Common Name of the Certificate Authority true 256  False 
IsOnline  bool  Is Online Indicates whether the Certificate Authority operates in online or offline mode. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.CertificateServices.CA" Accessibility="Public" Abstract="false" Base="System!System.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="CAName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsOnline" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>