TestimoX

API Reference

Enum

DnsRecordType

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Type of DNS record as defined in RFC 1035. c.f. https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4

Inheritance

  • Enum
  • DnsRecordType

Values

public const DnsRecordType Reserved #

The reserved record type.

Value: 0
public const DnsRecordType Unknown #

Unknown record type (not in standard DNS spec).

Value: 65535
public const DnsRecordType A #

A host address.

Value: 1
public const DnsRecordType NS #

An authoritative name server.

Value: 2
public const DnsRecordType MD #

A mail destination (OBSOLETE - use MX).

Value: 3
public const DnsRecordType MF #

A mail forwarder (OBSOLETE - use MX).

Value: 4
public const DnsRecordType CNAME #

The canonical name for an alias.

Value: 5
public const DnsRecordType SOA #

Marks the start of a zone of authority.

Value: 6
public const DnsRecordType MB #

A mailbox domain name (EXPERIMENTAL).

Value: 7
public const DnsRecordType MG #

A mail group member (EXPERIMENTAL).

Value: 8
public const DnsRecordType MR #

A mail rename domain name (EXPERIMENTAL).

Value: 9
public const DnsRecordType NULL #

A null RR (EXPERIMENTAL).

Value: 10
public const DnsRecordType WKS #

A well known service description.

Value: 11
public const DnsRecordType PTR #

A domain name pointer.

Value: 12
public const DnsRecordType HINFO #

Host information.

Value: 13
public const DnsRecordType MINFO #

Mailbox or mail list information.

Value: 14
public const DnsRecordType MX #

Mail exchange.

Value: 15
public const DnsRecordType TXT #

Text strings.

Value: 16
public const DnsRecordType RP #

For responsible person.

Value: 17
public const DnsRecordType AFSDB #

AFS Data Base location.

Value: 18
public const DnsRecordType X25 #

for X.25 PSDN address

Value: 19
public const DnsRecordType ISDN #

ISDN address.

Value: 20
public const DnsRecordType RT #

for Route Through.

Value: 21
public const DnsRecordType NSAP #

for NSAP address, NSAP style A record (DEPRECATED)

Value: 22
public const DnsRecordType NSAP_PTR #

for domain name pointer, NSAP style (DEPRECATED)

Value: 23
public const DnsRecordType SIG #

For a security signature.

Value: 24
public const DnsRecordType AAAA #

IPv6 Address.

Value: 28
public const DnsRecordType LOC #

Location information.

Value: 29
public const DnsRecordType SRV #

Server selection.

Value: 33
public const DnsRecordType ATMA #

ATM Address

Value: 34
public const DnsRecordType NAPTR #

Naming Authority Pointer.

Value: 35
public const DnsRecordType KX #

Key Exchanger.

Value: 36
public const DnsRecordType CERT #

CERT

Value: 37
public const DnsRecordType A6 #

A6 (OBSOLETE - use AAAA).

Value: 38
public const DnsRecordType DNAME #

DNAME Record.

Value: 39
public const DnsRecordType SINK #

The sink

Value: 40
public const DnsRecordType OPT #

The opt

Value: 41
public const DnsRecordType APL #

The apl

Value: 42
public const DnsRecordType DS #

The ds

Value: 43
public const DnsRecordType SSHFP #

The SSHFP

Value: 44
public const DnsRecordType IPSECKEY #

IPSECKEY Record.

Value: 45
public const DnsRecordType RRSIG #

RRset Signature.

Value: 46
public const DnsRecordType NSEC #

NSEC

Value: 47
public const DnsRecordType DNSKEY #

DNSKEY Record.

Value: 48
public const DnsRecordType DHCID #

The dhcid

Value: 49
public const DnsRecordType NSEC3 #

The nse c3

Value: 50
public const DnsRecordType NSEC3PARAM #

The nse c3 parameter

Value: 51
public const DnsRecordType TLSA #

The tlsa

Value: 52
public const DnsRecordType SMIMEA #

The smimea

Value: 53
public const DnsRecordType HIP #

The hip

Value: 55
public const DnsRecordType NINFO #

The ninfo

Value: 56
public const DnsRecordType RKEY #

The rkey

Value: 57
public const DnsRecordType CDS #

Child DS.

Value: 59
public const DnsRecordType CDNSKEY #

DNSKEY(s) the Child wants reflected in DS.

Value: 60
public const DnsRecordType OPENPGPKEY #

OpenPGP public key record.

Value: 61
public const DnsRecordType CSYNC #

Child to Parent Synchronization.

Value: 62
public const DnsRecordType ZONEMD #

Message Digest for DNS Zones.

Value: 63
public const DnsRecordType SVCB #

Service Binding.

Value: 64
public const DnsRecordType HTTPS #

Service Binding compatible type for us with HTTP

Value: 65
public const DnsRecordType SPF #

For the sender policy framework.

Value: 99
public const DnsRecordType TKEY #

TKEY

Value: 249
public const DnsRecordType URI #

URI

Value: 256
public const DnsRecordType CAA #

Certification Authority Authorization.

Value: 257
public const DnsRecordType AVC #

Application Visibility and Control.

Value: 258
public const DnsRecordType DOA #

Digital Object Architecture.

Value: 259
public const DnsRecordType AMTRELAY #

Automatic Multicast Tunneling Relay.

Value: 260
public const DnsRecordType RESINFO #

Resolver information as KEY/VALUE pairs.

Value: 261
public const DnsRecordType TA #

DNSSEC Trust Authorities.

Value: 32768
public const DnsRecordType DLV #

DNSSEC Lookaside Validation. (OBSOLETE)

Value: 32769