Domain Detective

API Reference

Enum

CtCertificateQueryKind

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the service-level intent of a certificate transparency query.

Inheritance

  • Enum
  • CtCertificateQueryKind

Usage

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

Values

public const CtCertificateQueryKind Unspecified #

No explicit CT query intent was supplied.

Value: 0
public const CtCertificateQueryKind ExactHostLatest #

Retrieve the latest known certificate for one exact host name.

Value: 1
public const CtCertificateQueryKind ExactHostHistory #

Retrieve historical certificates for one exact host name.

Value: 2
public const CtCertificateQueryKind DomainExpansion #

Expand a registered or monitored domain into observed subdomains.

Value: 3
public const CtCertificateQueryKind DomainTreeCertificates #

Retrieve certificates for a domain tree and its discovered host names.

Value: 4
{{ include "footer" }}