Table of Contents

Enum DnsRecordType

Namespace
KASserver
Assembly
KASserver.Client.dll

A DNS resource-record type (KAS record_type). Covers the common types; the KAS API may accept further types, which can be sent via RawType.

public enum DnsRecordType

Fields

A = 0

IPv4 address record (A).

Aaaa = 1

IPv6 address record (AAAA).

Caa = 7

Certification Authority Authorization record (CAA).

Cname = 2

Canonical name (alias) record (CNAME).

Mx = 3

Mail exchanger record (MX). Uses record_aux as the priority.

Ns = 5

Name server record (NS).

Ptr = 8

Pointer record for reverse lookups (PTR).

Spf = 9

Sender Policy Framework record (SPF).

Srv = 6

Service locator record (SRV). Uses record_aux as the priority.

Txt = 4

Text record (TXT), e.g. SPF/DKIM/verification entries.