Domain Detective

API Reference

Class

DsRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a DS record used for DNSSEC validation.

Inheritance

  • Object
  • DsRecord

Constructors

public DsRecord(UInt16 keyTag, DnsKeyAlgorithm algorithm, Byte digestType, String digest) #

Initializes a new instance of the DsRecord class.

Parameters

keyTag System.UInt16 requiredposition: 0
The key tag.
algorithm DnsClientX.DnsKeyAlgorithm requiredposition: 1
The DNSSEC algorithm.
digestType System.Byte requiredposition: 2
The digest type.
digest System.String requiredposition: 3
The digest string.

Properties

public UInt16 KeyTag { get; } #

Gets the key tag identifying the DNSKEY record.

public DnsKeyAlgorithm Algorithm { get; } #

Gets the algorithm used by the referenced DNSKEY.

public Byte DigestType { get; } #

Gets the digest type.

public String Digest { get; } #

Gets the digest value in hexadecimal form.

{{ include "footer" }}