Microsoft.KnowledgeServices.Lync.2010.CsServer.CertificatesLync Certificate

Microsoft.KnowledgeServices.Lync.2010.CsServer.Certificates (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd22d272b-2f33-91f9-fec3-6c3c3532021c

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.KnowledgeServices.Lync.2010.CsServer.Certificates:
Issuer  string  Issuer Issuer false 256  False 
Subject  string  Subject Subject false 256  False 
Type  string  Type Type true 256  False 
ExpiryDate  string  ExpiryDate ExpiryDate false 256  False 
Thumbprint  string  Thumbprint Thumbprint true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Lync.2010.CsServer.Certificates" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Issuer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Subject" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExpiryDate" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Thumbprint" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>