Class RecordCert
Certificate DNS record.
public record RecordCert : Record, IEquatable<Record>, IEquatable<RecordCert>
- Inheritance
-
RecordCert
- Implements
- Inherited Members
Constructors
RecordCert(RecordReader)
Initializes a new instance of the RecordCert class.
public RecordCert(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record data.
Properties
Algorithm
Gets the algorithm.
public byte Algorithm { get; }
Property Value
KeyTag
Gets the key tag.
public ushort KeyTag { get; }
Property Value
PublicKey
Gets the public key.
public string PublicKey { get; }
Property Value
RawKey
Gets the raw key.
public List<byte> RawKey { get; }
Property Value
Type
Gets the record type.
public ushort Type { get; }
Property Value
Methods
ToString()
String version of the record.
public override string ToString()
Returns
- string
String of the public key.