TestimoX

API Reference

Enum

DnsRecordKind

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

DNS resource record kinds used by the record-level DNS posture analyzers.

Inheritance

  • Enum
  • DnsRecordKind

Usage

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

Values

public const DnsRecordKind Unknown #

Record kind could not be determined.

Value: 0
public const DnsRecordKind A #

IPv4 host address record.

Value: 1
public const DnsRecordKind AAAA #

IPv6 host address record.

Value: 2
public const DnsRecordKind CNAME #

Canonical name alias record.

Value: 3
public const DnsRecordKind MX #

Mail exchanger record.

Value: 4
public const DnsRecordKind SRV #

Service locator record.

Value: 5
public const DnsRecordKind PTR #

Reverse pointer record.

Value: 6
public const DnsRecordKind NS #

Name server record.

Value: 7
public const DnsRecordKind SOA #

Start of authority record.

Value: 8