Domain Detective

API Reference

Enum

CtCertificateRecordDetailLevel

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

Controls how much certificate metadata is materialized from DER bytes.

Inheritance

  • Enum
  • CtCertificateRecordDetailLevel

Usage

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

Accepted by parameters

Values

public const CtCertificateRecordDetailLevel Full #

Decode and populate the full normalized certificate record.

Value: 0
public const CtCertificateRecordDetailLevel NamesOnly #

Decode only DNS names and preserve DER bytes for later hydration.

Value: 1
{{ include "footer" }}