Domain Detective

API Reference

Enum

DnsCaaIssuers

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

Defines values for dns caa issuers.

Inheritance

  • Enum
  • DnsCaaIssuers

Usage

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

Values

public const DnsCaaIssuers None #

Represents the none value.

Value: 0
public const DnsCaaIssuers LetsEncrypt #

Represents the lets encrypt value.

Value: 1
public const DnsCaaIssuers DigiCert #

Represents the digi cert value.

Value: 2
public const DnsCaaIssuers Sectigo #

Represents the sectigo value.

Value: 4
public const DnsCaaIssuers GlobalSign #

Represents the global sign value.

Value: 8
public const DnsCaaIssuers GoogleTrustServices #

Represents the google trust services value.

Value: 16
public const DnsCaaIssuers AmazonTrustServices #

Represents the amazon trust services value.

Value: 32
public const DnsCaaIssuers Cloudflare #

Represents the cloudflare value.

Value: 64
public const DnsCaaIssuers Microsoft #

Represents the microsoft value.

Value: 128
public const DnsCaaIssuers GoDaddy #

Represents the go daddy value.

Value: 256
public const DnsCaaIssuers ZeroSsl #

Represents the zero ssl value.

Value: 512
public const DnsCaaIssuers Buypass #

Represents the buypass value.

Value: 1024
public const DnsCaaIssuers Entrust #

Represents the entrust value.

Value: 2048
public const DnsCaaIssuers SslDotCom #

Represents the ssl dot com value.

Value: 4096
{{ include "footer" }}