Domain Detective

API Reference

Class

CtCertificateQueryResult

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents normalized CT query results from a provider.

Inheritance

  • Object
  • CtCertificateQueryResult

Usage

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

Constructors

Properties

public String ProviderId { get; set; } #

Provider that returned the result.

public IReadOnlyList<CtCertificateRecord> Certificates { get; set; } #

Certificate records returned by the provider.

public IReadOnlyList<String> DiscoveredNames { get; set; } #

Discovered DNS names returned by the provider.

public String ContinuationToken { get; set; } #

Continuation token to request the next page, when supported.

public Boolean HasMore { get; set; } #

True when more provider data is available through the continuation token.

public CtProviderRuntimeState ProviderState { get; set; } #

Provider runtime state observed during the query.

public IReadOnlyList<String> Diagnostics { get; set; } #

Provider warnings or diagnostics useful for scheduling and retries.

{{ include "footer" }}