Domain Detective

API Reference

Enum

GradeLevel

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

Coarse letter grade for protocol and header posture.

Inheritance

  • Enum
  • GradeLevel

Usage

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

Values

public const GradeLevel Unknown #

Represents the unknown value.

Value: 0
public const GradeLevel F #
Description("Failing: critical issues or misconfiguration")

Failing posture with critical issues or misconfiguration.

Value: 1
public const GradeLevel D #
Description("Weak: significant gaps or legacy support")

Weak posture with significant gaps or legacy support.

Value: 2
public const GradeLevel C #
Description("Adequate: baseline controls; improvements recommended")

Adequate posture with baseline controls and recommended improvements.

Value: 3
public const GradeLevel B #
Description("Good: secure configuration with minor gaps")

Good posture with secure configuration and minor gaps.

Value: 4
public const GradeLevel A #
Description("Excellent: strong modern configuration; best practices met")

Excellent posture with strong modern configuration and best practices met.

Value: 5
{{ include "footer" }}