API Reference
Class
CertificateExpiringEndpoint
Minimal endpoint row for expiring-certificate reports.
Inheritance
- Object
- CertificateExpiringEndpoint
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 CertificateExpiringEndpoint() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Host { get; set; } #Gets or sets the host value.
public Int32 Port { get; set; } #Gets or sets the port value.
public String Service { get; set; } #Gets or sets the service value.
public Nullable<DateTimeOffset> NotAfterUtc { get; set; } #Gets or sets the not after utc value.
public Int32 DaysToExpire { get; set; } #Gets or sets the days to expire value.
public String Issuer { get; set; } #Gets or sets the issuer value.