API Reference
Class
CertificateInventoryReuseAnalyzer
Computes certificate reuse across latest endpoint observations.
Inheritance
- Object
- CertificateInventoryReuseAnalyzer
Methods
public static CertificateInventoryReuseSummary BuildReuse(IEnumerable<CertificateInventorySnapshot> snapshots, Boolean includeSingleEndpointCertificates = false, Int32 minEndpointCount = 2, Int32 maxCertificates = 300, Int32 maxEndpointsPerCertificate = 30) #Returns:
CertificateInventoryReuseSummaryBuilds reuse.
Parameters
- snapshots System.Collections.Generic.IEnumerable{DomainDetective.CertificateInventorySnapshot}
- includeSingleEndpointCertificates System.Boolean = false
- minEndpointCount System.Int32 = 2
- maxCertificates System.Int32 = 300
- maxEndpointsPerCertificate System.Int32 = 30
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object