Table of Contents

Class RecordCert

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

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

reader RecordReader

RecordReader for the record data.

Properties

Algorithm

Gets the algorithm.

public byte Algorithm { get; }

Property Value

byte

KeyTag

Gets the key tag.

public ushort KeyTag { get; }

Property Value

ushort

PublicKey

Gets the public key.

public string PublicKey { get; }

Property Value

string

RawKey

Gets the raw key.

public List<byte> RawKey { get; }

Property Value

List<byte>

Type

Gets the record type.

public ushort Type { get; }

Property Value

ushort

Methods

ToString()

String version of the record.

public override string ToString()

Returns

string

String of the public key.