API Reference
Class
CertificateInventorySnapshot
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.
Returned or exposed by
Accepted by parameters
- Method CertificateInventoryAnalyzer.BuildSummary
- Method CertificateInventoryDiffAnalyzer.BuildDiff
- Method CertificateInventoryDriftAnalyzer.BuildDrift
- Method CertificateInventoryNativeCtDiagnosticsAnalyzer.Query
- Method CertificateInventoryNativeCtDiagnosticsHealthAnalyzer.Build
- Method CertificateInventoryPolicyAnalyzer.BuildPolicy
- Method CertificateInventoryPolicyDriftAnalyzer.BuildDrift
- Method CertificateInventoryReuseAnalyzer.BuildReuse
- Method CertificateInventoryRiskAnalyzer.BuildRisk
- Method CertificateMonitor.SaveInventorySnapshot
- Method DesiredStateCertificateInventoryPolicyResolver.Evaluate
Constructors
public CertificateInventorySnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.