Domain Detective

API Reference

Enum

DnssecValidationStatus

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

Describes the evidence-backed DNSSEC state for a queried subject.

Inheritance

  • Enum
  • DnssecValidationStatus

Usage

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

Values

public const DnssecValidationStatus NotChecked #

No conclusive validation attempt completed.

Value: 0
public const DnssecValidationStatus Secure #

The subject response and enclosing zone evidence were authenticated.

Value: 1
public const DnssecValidationStatus Insecure #

The resolver proved or indicated an insecure, unsigned path rather than a bogus signature.

Value: 2
public const DnssecValidationStatus Bogus #

DNSSEC records were present but their authentication or DS/DNSKEY relationship failed.

Value: 3
public const DnssecValidationStatus Indeterminate #

Network or resolver evidence was insufficient to classify the subject.

Value: 4
{{ include "footer" }}