API Reference
Class
CertificateInventoryReuseSummary
Certificate reuse summary over persisted certificate inventory snapshots.
Inheritance
- Object
- CertificateInventoryReuseSummary
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
Constructors
public CertificateInventoryReuseSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SnapshotCount { get; set; } #Gets or sets the snapshot count value.
public Int32 EndpointCount { get; set; } #Gets or sets the endpoint count value.
public Int32 CertificateCount { get; set; } #Gets or sets the certificate count value.
public Int32 MultiEndpointCertificateCount { get; set; } #Gets or sets the multi endpoint certificate count value.
public Int32 CrossServiceCertificateCount { get; set; } #Gets or sets the cross service certificate count value.
public Int32 WildcardCertificateCount { get; set; } #Gets or sets the wildcard certificate count value.
public List<CertificateInventoryCertificateReuse> Certificates { get; set; } #Gets or sets the certificates value.