Domain Detective

API Reference

Class

CtProviderExecutionDecision

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Describes whether a certificate transparency provider should run now or be deferred.

Inheritance

  • Object
  • CtProviderExecutionDecision

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 ProviderId { get; set; } #

Provider identifier that was evaluated.

public Boolean CanRunNow { get; set; } #

Whether the provider can be used immediately.

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

Time after which deferred provider work may be retried.

public Int32 MaxConcurrentRequests { get; set; } #

Safe concurrency to use for this provider decision.

public String Reason { get; set; } #

Human-readable reason for the decision.

{{ include "footer" }}