Domain Detective

API Reference

Class

CtLogIngestionEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents a decoded CT log entry suitable for durable ingestion.

Inheritance

  • Object
  • CtLogIngestionEntry

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

Properties

public String LogUrl { get; set; } #

Base CT log URL.

public Int64 EntryIndex { get; set; } #

Entry index in the CT log.

public Int64 TreeSize { get; set; } #

Tree size observed before fetching this entry batch.

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

CT entry timestamp from the Merkle tree leaf.

public CtLogEntryType EntryType { get; set; } #

Decoded CT entry type.

public Boolean IsPrecertificate { get; } #

True when this record came from a precertificate entry.

public CtCertificateRecord Certificate { get; set; } #

Normalized certificate record derived from the CT entry DER bytes.

{{ include "footer" }}