API Reference
Class
CertificateInventoryAnalyzer
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:
CertificateInventorySummaryBuilds summary.
Parameters
- snapshots System.Collections.Generic.IEnumerable{DomainDetective.CertificateInventorySnapshot}
- expiringWithinDays System.Int32 = 30
- maxExpiringEndpoints System.Int32 = 200
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object