Domain Detective

API Reference

Enum

DnsTxtSignals

Namespace DomainDetective.Providers.Dns
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Defines values for dns txt signals.

Inheritance

  • Enum
  • DnsTxtSignals

Usage

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

Values

public const DnsTxtSignals None #

Represents the none value.

Value: 0
public const DnsTxtSignals Spf #

Represents the spf value.

Value: 1
public const DnsTxtSignals GoogleSiteVerification #

Represents the google site verification value.

Value: 2
public const DnsTxtSignals MicrosoftDomainVerification #

Represents the microsoft domain verification value.

Value: 4
public const DnsTxtSignals FacebookDomainVerification #

Represents the facebook domain verification value.

Value: 8
public const DnsTxtSignals AppleDomainVerification #

Represents the apple domain verification value.

Value: 16
public const DnsTxtSignals AtlassianDomainVerification #

Represents the atlassian domain verification value.

Value: 32
public const DnsTxtSignals StripeVerification #

Represents the stripe verification value.

Value: 64
public const DnsTxtSignals BingWebmasterVerification #

Represents the bing webmaster verification value.

Value: 128
{{ include "footer" }}