API Reference
CtLogDescriptor
Describes one CT log endpoint.
Inheritance
- Object
- CtLogDescriptor
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
Accepted by parameters
Constructors
public CtLogDescriptor() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Url { get; set; } #Base CT log URL.
public String LogId { get; set; } #Base64 CT log ID when supplied by an authoritative log list.
public String PublicKey { get; set; } #Base64 public key when supplied by an authoritative log list.
public Nullable<Int32> MaximumMergeDelaySeconds { get; set; } #Maximum merge delay in seconds when supplied by an authoritative log list.
public CtLogApiKind ApiKind { get; set; } #Read API used by this log.
public String MonitoringUrl { get; set; } #Static CT monitoring prefix when ApiKind is StaticCt.
public String SubmissionUrl { get; set; } #Static CT submission prefix, or the RFC6962 base URL.
public String OperatorName { get; set; } #Human-readable CT log operator name when supplied by the log list.
public String Description { get; set; } #Human-readable log description when available.
public String State { get; set; } #Policy state supplied by the log list, for example usable, qualified, pending, retired, or rejected.
public Boolean IsRetired { get; set; } #True when the log list marks this log as retired.
public Nullable<DateTimeOffset> TemporalStartUtc { get; set; } #Temporal interval start when supplied by the log list.
public Nullable<DateTimeOffset> TemporalEndUtc { get; set; } #Temporal interval end when supplied by the log list.
public Boolean IsReadOnly { get; } #True when the log list marks this log read-only.
public Boolean IsPending { get; } #True when the log list marks this log pending.
public Boolean IsRejected { get; } #True when the log list marks this log rejected.
public Boolean IsUsable { get; } #True when the log list marks this log usable.
public Boolean IsQualified { get; } #True when the log list marks this log qualified.