Domain Detective

API Reference

Enum

CAATagType

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

Describes the recognized CAA tag types.

Inheritance

  • Enum
  • CAATagType

Usage

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

Values

public const CAATagType Unknown #

An unrecognized tag.

Value: 0
public const CAATagType Issue #

Authorizes issuance for a specific CA.

Value: 1
public const CAATagType IssueWildcard #

Authorizes wildcard certificate issuance.

Value: 2
public const CAATagType Iodef #

Provides incident report contact information.

Value: 3
public const CAATagType IssueMail #

Authorizes issuance for S/MIME certificates.

Value: 4
{{ include "footer" }}