API Reference
Class
CtLogIngestionEntry
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
- Property CtLogIngestionBatch.Entries
Constructors
public CtLogIngestionEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.