Domain Detective

API Reference

Class

CertificateInventoryReuseSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Certificate reuse summary over persisted certificate inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryReuseSummary

Usage

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

Constructors

public CertificateInventoryReuseSummary() #

Properties

public Int32 SnapshotCount { get; set; } #

Gets or sets the snapshot count value.

public Int32 EndpointCount { get; set; } #

Gets or sets the endpoint count value.

public Int32 CertificateCount { get; set; } #

Gets or sets the certificate count value.

public Int32 MultiEndpointCertificateCount { get; set; } #

Gets or sets the multi endpoint certificate count value.

public Int32 CrossServiceCertificateCount { get; set; } #

Gets or sets the cross service certificate count value.

public Int32 WildcardCertificateCount { get; set; } #

Gets or sets the wildcard certificate count value.

public List<CertificateInventoryCertificateReuse> Certificates { get; set; } #

Gets or sets the certificates value.

{{ include "footer" }}