Table of Contents

Class RecordKey

Namespace
Ubiety.Dns.Core.Records
Assembly
Ubiety.Dns.Core.dll

Key DNS record.

public record RecordKey : Record, IEquatable<Record>, IEquatable<RecordKey>
Inheritance
RecordKey
Implements
Inherited Members

Constructors

RecordKey(RecordReader)

Initializes a new instance of the RecordKey class.

public RecordKey(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

Algorithm

Gets or sets the algorithm.

public byte Algorithm { get; set; }

Property Value

byte

Flags

Gets or sets the flags.

public ushort Flags { get; set; }

Property Value

ushort

Protocol

Gets or sets the protocol.

public byte Protocol { get; set; }

Property Value

byte

PublicKey

Gets or sets the public key.

public string PublicKey { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

String version of the record.