Domain Detective

API Reference

Class

CaaRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a CAA record specifying certificate authority policy.

Inheritance

  • Object
  • CaaRecord

Remarks

The CAA record type is documented in RFC 8659.

Constructors

public CaaRecord(Byte flags, String tag, String value) #

Initializes a new instance of the CaaRecord class.

Parameters

flags System.Byte requiredposition: 0
The flags for the record.
tag System.String requiredposition: 1
The property tag.
value System.String requiredposition: 2
The property value.

Properties

public Byte Flags { get; } #

Gets the flag value controlling critical handling.

public String Tag { get; } #

Gets the property tag defined by the certificate authority.

public String Value { get; } #

Gets the property value associated with the Tag.

{{ include "footer" }}