Domain Detective

API Reference

Class

CertificateInventorySnapshot

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents one persisted certificate inventory snapshot.

Inheritance

  • Object
  • CertificateInventorySnapshot

Usage

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

Constructors

public CertificateInventorySnapshot() #

Properties

public DateTimeOffset CapturedAtUtc { get; set; } #

Gets or sets the captured at utc value.

public Int32 Port { get; set; } #

Gets or sets the port value.

public List<CertificateInventoryEntry> Entries { get; set; } #

Gets or sets the entries value.

public List<NativeCtLogDiagnosticEntry> NativeCtLogDiagnostics { get; set; } #

Gets or sets the native ct log diagnostics value.

public List<String> NativeCtLogDiagnosticsRaw { get; set; } #

Gets or sets the native ct log diagnostics raw value.

public List<PassiveCtDiagnosticEntry> PassiveCtDiagnostics { get; set; } #

Gets or sets the passive ct diagnostics value.

public List<TargetDecisionDiagnosticEntry> TargetDecisionDiagnostics { get; set; } #

Gets or sets the target decision diagnostics value.

public List<TargetDecisionSummaryEntry> TargetDecisionSummary { get; set; } #

Gets or sets the target decision summary value.

{{ include "footer" }}