Domain Detective

API Reference

Class

Assessment

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents an assessment captured during analysis (warning, error, info).

Inheritance

  • Object
  • Assessment

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Properties

public AssessmentSeverity Severity { get; set; } #

Severity of the assessment.

public String Message { get; set; } #

Short, human-readable message.

public String Code { get; set; } #

Optional stable code for programmatic use.

public String Category { get; set; } #

High-level category (e.g., DMARC, DNSSEC, DANE).

public String Source { get; set; } #

Optional sub-source or component name.

public String Target { get; set; } #

Entity being assessed (domain, host, selector, etc.).

public DateTimeOffset Timestamp { get; set; } #

UTC timestamp when created.

public Dictionary<String, String> Metadata { get; set; } #

Optional metadata for additional context.

{{ include "footer" }}