Domain Detective

API Reference

Class

CertificateInventoryDiffAnalyzer

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Builds endpoint-level diffs between selected certificate inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryDiffAnalyzer

Methods

public static CertificateInventoryDiffSummary BuildDiff(IEnumerable<CertificateInventorySnapshot> snapshots, Nullable<DateTimeOffset> previousCapturedAtUtc = null, Nullable<DateTimeOffset> currentCapturedAtUtc = null, Boolean includeUnchanged = false, Int32 maxEndpoints = 500) #
Returns: CertificateInventoryDiffSummary

Builds diff.

Parameters

snapshots System.Collections.Generic.IEnumerable{DomainDetective.CertificateInventorySnapshot} requiredposition: 0
previousCapturedAtUtc System.Nullable{System.DateTimeOffset} = null optionalposition: 1
currentCapturedAtUtc System.Nullable{System.DateTimeOffset} = null optionalposition: 2
includeUnchanged System.Boolean = false optionalposition: 3
maxEndpoints System.Int32 = 500 optionalposition: 4
{{ include "footer" }}