Microsoft.Certificates.CertificateRevocationListMicrosoft Certificates Certificate Revocation List

Microsoft.Certificates.CertificateRevocationList (ClassType)

Certificate Revocation List class represents a CRL.

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd8a2c0cc-b4b7-9f1b-13d8-f7519efef5a9

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 monitoring object. false 256  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       
Microsoft.Certificates.CertificateRevocationList:
CRLId  guid  CRL Id Uniquely identifies a CRL. true 256       
Issuer  string  Issuer Issuer of the CRL. false 256  False     
DistributionPoint  string  Distribution Point Distribution point of the CRL. false 256  False     
EffectiveDate  datetime  Effective Date Date the CRL becomes effective. false 256       
NextUpdate  datetime  Next Update Date the CRL must be updated. false 256       
SignatureAlgorithm  string  Signature Algorithm Signature hash+encryption algorithm. false 256  False     
Thumbprint  string  Thumbprint Certificate thumbprint. false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Certificates.CertificateRevocationList" Base="System!System.ConfigItem" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="CRLId" Key="true" Type="guid"/>
<Property ID="Issuer" Key="false" Type="string"/>
<Property ID="DistributionPoint" Key="false" Type="string"/>
<Property ID="EffectiveDate" Key="false" Type="datetime"/>
<Property ID="NextUpdate" Key="false" Type="datetime"/>
<Property ID="SignatureAlgorithm" Key="false" Type="string"/>
<Property ID="Thumbprint" Key="false" Type="string"/>
</ClassType>