Domain Detective

API Reference

Enum

CertificateCtEnrichmentProfile

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

Baseline profile used to configure certificate transparency discovery during inventory capture.

Inheritance

  • Enum
  • CertificateCtEnrichmentProfile

Usage

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

Values

public const CertificateCtEnrichmentProfile Default #

Preserve default behavior (crt.sh template enabled) and apply explicit source toggles.

Value: 0
public const CertificateCtEnrichmentProfile Disabled #

Disable CT discovery for HTTPS probes.

Value: 1
public const CertificateCtEnrichmentProfile Public #

Use public CT APIs only (for example crt.sh) unless explicitly overridden by source toggles.

Value: 2
public const CertificateCtEnrichmentProfile Extended #

Prefer a broader source set and auto-enable commercial sources when credentials are provided.

Value: 3
{{ include "footer" }}