Class RecordKey
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
readerRecordReaderRecordReader for the record data.
Properties
Algorithm
Gets or sets the algorithm.
public byte Algorithm { get; set; }
Property Value
Flags
Gets or sets the flags.
public ushort Flags { get; set; }
Property Value
Protocol
Gets or sets the protocol.
public byte Protocol { get; set; }
Property Value
PublicKey
Gets or sets the public key.
public string PublicKey { get; set; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
String version of the record.