Domain Detective

API Reference

Class

Entry

Namespace DomainDetective.CertificateMonitor
Assembly DomainDetective

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.

Accepted by parameters

Constructors

Properties

public String Host { get; set; } #

Host that was checked.

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 Int32 Port { get; set; } #

Resolved endpoint port.

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.

{{ include "footer" }}