Class RecordDs
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
readerRecordReaderRecordReader of the record data.
Properties
Algorithm
Gets the algorithm.
public byte Algorithm { get; }
Property Value
Digest
Gets the digest.
public List<byte> Digest { get; }
Property Value
DigestType
Gets the digest type.
public byte DigestType { get; }
Property Value
KeyTag
Gets the key tag.
public ushort KeyTag { get; }
Property Value
Methods
ToString()
String version of the record.
public override string ToString()
Returns
- string
String of the data.