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 (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.Windows.CertificateServices.CARole:
CAName  string  Имя ЦС Обычное имя центра сертификации false 256  False 
ConfigString  string  Строка конфигурации Строка конфигурации центра сертификации false 255  False 
Chain  string  Цепочка Содержит список имен центров сертификации, начиная с текущего и до корня иерархии. 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>