Domain Detective

API Reference

Class

CtCertificateSample

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Sample row for recent CT certificates.

Inheritance

  • Object
  • CtCertificateSample

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

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

Gets or sets the entry timestamp utc value.

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

Gets or sets the not after utc value.

public String IssuerName { get; set; } #

Gets or sets the issuer name value.

public String CommonName { get; set; } #

Gets or sets the common name value.

public CtCertificateValidityStatus ValidityStatus { get; set; } #

Gets or sets the validity status value.

public Boolean Wildcard { get; set; } #

Gets or sets the wildcard value.

{{ include "footer" }}