Domain Detective

API Reference

Enum

ArcChainState

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

Describes the status of an ARC chain.

Inheritance

  • Enum
  • ArcChainState

Usage

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

Values

public const ArcChainState Missing #

No ARC headers were present.

Value: 0
public const ArcChainState Invalid #

ARC headers were found but the chain is invalid.

Value: 1
public const ArcChainState Valid #

The ARC chain is valid.

Value: 2
{{ include "footer" }}