Microsoft.Windows.CertificateServices.CAWatcherCertificate Authority Watcher

Microsoft.Windows.CertificateServices.CAWatcher (ClassType)

Element properties:

Base ClassSystem.Perspective
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde0fb99bb-eb90-637a-5219-8caefdbbae95

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.CAWatcher:
WatcheeName  string  Watchee Name Common Name of the Certificate Authority being watched by this Certificate Authority Watcher. true 256  False 
IsWatcheeOnline  bool  Is Watchee Online Indicates whether or not the Certificate Authority being watched is operating in online or offline mode. false 256   
WatcheeHierarchyEntryPoint  string  Watchee Hierarchy Entry Point Configuration string of one of the closest online Certificate Authorities below the Certificate Authority being watched in the hierarchy. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.CertificateServices.CAWatcher" Accessibility="Public" Abstract="true" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="WatcheeName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsWatcheeOnline" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WatcheeHierarchyEntryPoint" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>