SystemCenterCentral.Utilities.Certificates.CRLCertificate Revocation List

SystemCenterCentral.Utilities.Certificates.CRL (ClassType)

Certificate Revocation List class

Element properties:

Base ClassSystemCenterCentral.Utilities.Certificates.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd225af14-0d1a-1aa6-d47a-b65350781261

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
SystemCenterCentral.Utilities.Certificates.CRL:
CRLVersion  string  Version false 256  False     
CRLSignatureAlgo  string  Signature Algorithm false 256  False     
CRLIssuer  string  Issuer false 512  False     
CRLThisUpdate  string  This Update (UTC) false 256  False     
CRLNextUpdate  string  Next Update (UTC) false 256  False     
CRLEntries  string  Entries in CRL false 256  False     
CRLThumbprint  string  Hash (Key) Key property true 256  False     
CRLCAVersion  string  CA Version false 256  False     
CertStore  string  Certificate Store false 256  False     
CRLNeedsUpdate  bool  Needs Update false 256       

Health Model:

Source Code:

<ClassType ID="SystemCenterCentral.Utilities.Certificates.CRL" Accessibility="Public" Abstract="false" Base="SystemCenterCentral.Utilities.Certificates.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="CRLVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<!-- 1.0.1.0: changing property name to break upgrade path -->
<!-- need to make sure people don't upgrade directly as there might be issues causing the -->
<!-- env to become stale -->
<!-- <Property ID="CRLSigAlgo" Type="string" Key="false" CaseSensitive="false" MinLength="0" /> -->
<Property ID="CRLSignatureAlgo" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CRLIssuer" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="512"/>
<Property ID="CRLThisUpdate" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CRLNextUpdate" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CRLEntries" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CRLThumbprint" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<!-- 1.2.0.0: Adding property CA Version -->
<Property ID="CRLCAVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CertStore" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="CRLNeedsUpdate" Type="bool" Key="false" CaseSensitive="false" MinLength="0"/>
</ClassType>