Domain Detective

API Reference

Class

TlsChainInfo

Namespace DomainDetective.Scanning
Assembly DomainDetective
Modifiers sealed

Provides tls chain info functionality.

Inheritance

  • Object
  • TlsChainInfo

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

Properties

public String Subject { get; set; } #

Gets or sets the certificate subject value.

public String Issuer { get; set; } #

Gets or sets the certificate issuer value.

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

Gets or sets the certificate expiration value.

{{ include "footer" }}