API Reference
Class
Entry
Result entry for a single host.
Inheritance
- Object
- Entry
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
- Property CertificateMonitor.Results
- Property MonitorScheduler.CertificateOverride
Accepted by parameters
Constructors
public Entry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Url { get; set; } #Resolved endpoint URL used for the check.
public String ResolvedHost { get; set; } #Resolved endpoint host name.
public String Scheme { get; set; } #Resolved endpoint scheme.
public String Service { get; set; } #Best-effort service classification derived from endpoint details.
public DateTime ExpiryDate { get; set; } #Certificate expiry date.
public Boolean Valid { get; set; } #Whether the certificate chain was validated successfully.
public Boolean Expired { get; set; } #Whether the certificate is expired.
public Boolean ChainComplete { get; set; } #Whether the certificate chain contained all intermediates.
public SslProtocols Protocol { get; set; } #The negotiated TLS protocol.
public CertificateAnalysis Analysis { get; set; } #Captured analysis details.