Domain Detective

API Reference

Class

CertificateInventoryEndpointDiff

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Endpoint-level diff details.

Inheritance

  • Object
  • CertificateInventoryEndpointDiff

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

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

Gets or sets the status value.

public String PreviousService { get; set; } #

Gets or sets the previous service value.

public String CurrentService { get; set; } #

Gets or sets the current service value.

public String PreviousIssuer { get; set; } #

Gets or sets the previous issuer value.

public String CurrentIssuer { get; set; } #

Gets or sets the current issuer value.

public String PreviousRoot { get; set; } #

Gets or sets the previous root value.

public String CurrentRoot { get; set; } #

Gets or sets the current root value.

public String PreviousThumbprint { get; set; } #

Gets or sets the previous thumbprint value.

public String CurrentThumbprint { get; set; } #

Gets or sets the current thumbprint value.

public Nullable<DateTimeOffset> PreviousNotAfterUtc { get; set; } #

Gets or sets the previous not after utc value.

public Nullable<DateTimeOffset> CurrentNotAfterUtc { get; set; } #

Gets or sets the current not after utc value.

public Nullable<Boolean> PreviousValid { get; set; } #

Gets or sets the previous valid value.

public Nullable<Boolean> CurrentValid { get; set; } #

Gets or sets the current valid value.

public Nullable<Boolean> PreviousChainComplete { get; set; } #

Gets or sets the previous chain complete value.

public Nullable<Boolean> CurrentChainComplete { get; set; } #

Gets or sets the current chain complete value.

public Nullable<Boolean> PreviousHostnameMatch { get; set; } #

Gets or sets the previous hostname match value.

public Nullable<Boolean> CurrentHostnameMatch { get; set; } #

Gets or sets the current hostname match value.

public List<String> ChangeReasons { get; set; } #

Gets or sets the change reasons value.

{{ include "footer" }}