Domain Detective

API Reference

Enum

AnalysisArea

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

High-level analysis areas for grouping checks.

Inheritance

  • Enum
  • AnalysisArea

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

Values

public const AnalysisArea General #

Represents the general value.

Value: 0
public const AnalysisArea DNS #

Represents the dns value.

Value: 1
public const AnalysisArea Mail #

Represents the mail value.

Value: 2
public const AnalysisArea Web #

Represents the web value.

Value: 3
public const AnalysisArea Security #

Represents the security value.

Value: 4
public const AnalysisArea Identity #

Represents the identity value.

Value: 5
{{ include "footer" }}