Domain Detective

API Reference

Class

CertificateInventorySummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Summary view over persisted certificate inventory snapshots.

Inheritance

  • Object
  • CertificateInventorySummary

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public CertificateInventorySummary() #

Properties

public Int32 SnapshotCount { get; set; } #

Gets or sets the snapshot count value.

public Int32 SampleCount { get; set; } #

Gets or sets the sample count value.

public Int32 UniqueEndpointCount { get; set; } #

Gets or sets the unique endpoint count value.

public Int32 ExpiredEndpointCount { get; set; } #

Gets or sets the expired endpoint count value.

public Int32 ExpiringSoonEndpointCount { get; set; } #

Gets or sets the expiring soon endpoint count value.

public Int32 MissingServerAuthEndpointCount { get; set; } #

Gets or sets the missing server auth endpoint count value.

public Int32 ClientAuthEndpointCount { get; set; } #

Gets or sets the client auth endpoint count value.

public Int32 SecureEmailEndpointCount { get; set; } #

Gets or sets the secure email endpoint count value.

public Int32 SelfSignedEndpointCount { get; set; } #

Gets or sets the self signed endpoint count value.

public Int32 IncompleteChainEndpointCount { get; set; } #

Gets or sets the incomplete chain endpoint count value.

public Int32 CtTemplateErrorEndpointCount { get; set; } #

Gets or sets the ct template error endpoint count value.

public Dictionary<String, Int32> ServiceCounts { get; set; } #

Gets or sets the service counts value.

public Dictionary<String, Int32> IssuerCounts { get; set; } #

Gets or sets the issuer counts value.

public Dictionary<String, Int32> RootIssuerCounts { get; set; } #

Gets or sets the root issuer counts value.

public Dictionary<String, Int32> AuthenticationProfileCounts { get; set; } #

Gets or sets the authentication profile counts value.

public Dictionary<String, Int32> ChainSourceCounts { get; set; } #

Gets or sets the chain source counts value.

public Dictionary<String, Int32> CtSourceCounts { get; set; } #

Gets or sets the ct source counts value.

public Dictionary<String, Int32> CtTemplateErrorCounts { get; set; } #

Gets or sets the ct template error counts value.

public List<CertificateExpiringEndpoint> ExpiringSoon { get; set; } #

Gets or sets the expiring soon value.

{{ include "footer" }}