API Reference
Class
CtSignedTreeHead
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.
Returned or exposed by
Constructors
public CtSignedTreeHead(Int64 TreeSize, DateTimeOffset ObservedAtUtc) #Signed tree head metadata for one CT log at a point in time.
Parameters
- TreeSize System.Int64
- Current tree size reported by the CT log.
- ObservedAtUtc System.DateTimeOffset
- UTC time when the tree head was read or refreshed locally.
Methods
public CtSignedTreeHead <Clone>$() #Returns:
CtSignedTreeHeadpublic Void Deconstruct(out Int64 TreeSize, out DateTimeOffset ObservedAtUtc) #Returns:
VoidParameters
- TreeSize Int64
- ObservedAtUtc DateTimeOffset
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String