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 = 0IPv4 address record (
A).Aaaa = 1IPv6 address record (
AAAA).Caa = 7Certification Authority Authorization record (
CAA).Cname = 2Canonical name (alias) record (
CNAME).Mx = 3Mail exchanger record (
MX). Usesrecord_auxas the priority.Ns = 5Name server record (
NS).Ptr = 8Pointer record for reverse lookups (
PTR).Spf = 9Sender Policy Framework record (
SPF).Srv = 6Service locator record (
SRV). Usesrecord_auxas the priority.Txt = 4Text record (
TXT), e.g. SPF/DKIM/verification entries.