Microsoft.Windows.CertificateServices.CARoleServizio certificati

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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.CertificateServices.CARole:
CAName  string  Nome CA Nome comune dell'autorità di certificazione false 256  False 
ConfigString  string  Stringa di configurazione Stringa di configurazione dell'autorità di certificazione false 255  False 
Chain  string  Catena Contiene l'elenco dei nomi delle CA a partire da questa, salendo nella gerarchia fino alla radice della stessa. 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>