Domain Detective

API Reference

Class

CertificateInventoryAnalyzer

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Performs aggregation and summarization over certificate inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryAnalyzer

Methods

public static CertificateInventorySummary BuildSummary(IEnumerable<CertificateInventorySnapshot> snapshots, Int32 expiringWithinDays = 30, Int32 maxExpiringEndpoints = 200) #
Returns: CertificateInventorySummary

Builds summary.

Parameters

snapshots System.Collections.Generic.IEnumerable{DomainDetective.CertificateInventorySnapshot} requiredposition: 0
expiringWithinDays System.Int32 = 30 optionalposition: 1
maxExpiringEndpoints System.Int32 = 200 optionalposition: 2
{{ include "footer" }}