Domain Detective

API Reference

Class

CtSignedTreeHead

Namespace DomainDetective
Assembly DomainDetective
Implements
IEquatable<CtSignedTreeHead>
Modifiers sealed

Signed tree head metadata for one CT log at a point in time.

Inheritance

  • Object
  • CtSignedTreeHead

Usage

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

Constructors

public CtSignedTreeHead(Int64 TreeSize, DateTimeOffset ObservedAtUtc) #

Signed tree head metadata for one CT log at a point in time.

Parameters

TreeSize System.Int64 requiredposition: 0
Current tree size reported by the CT log.
ObservedAtUtc System.DateTimeOffset requiredposition: 1
UTC time when the tree head was read or refreshed locally.

Methods

public CtSignedTreeHead <Clone>$() #
Returns: CtSignedTreeHead
public Void Deconstruct(out Int64 TreeSize, out DateTimeOffset ObservedAtUtc) #
Returns: Void

Parameters

TreeSize Int64 requiredposition: 0
ObservedAtUtc DateTimeOffset requiredposition: 1
public virtual Boolean Equals(CtSignedTreeHead other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Int64 TreeSize { get; set; } #

Current tree size reported by the CT log.

public DateTimeOffset ObservedAtUtc { get; set; } #

UTC time when the tree head was read or refreshed locally.

{{ include "footer" }}