Table of Contents

Class RecordDs

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

DS DNS Record.

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

Constructors

RecordDs(RecordReader)

Initializes a new instance of the RecordDs class.

public RecordDs(RecordReader reader)

Parameters

reader RecordReader

RecordReader of the record data.

Properties

Algorithm

Gets the algorithm.

public byte Algorithm { get; }

Property Value

byte

Digest

Gets the digest.

public List<byte> Digest { get; }

Property Value

List<byte>

DigestType

Gets the digest type.

public byte DigestType { get; }

Property Value

byte

KeyTag

Gets the key tag.

public ushort KeyTag { get; }

Property Value

ushort

Methods

ToString()

String version of the record.

public override string ToString()

Returns

string

String of the data.