Domain Detective

API Reference

Class

CertificateExpiringEndpoint

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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() #

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.

{{ include "footer" }}