Domain Detective

API Reference

Class

DnsKeyInfo

Namespace DomainDetective
Assembly DomainDetective

Simplified representation of a DNSKEY record.

Inheritance

  • Object
  • DnsKeyInfo

Remarks

Only the fields relevant for display and analysis are retained.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public Int32 Flags { get; set; } #

Record flags.

public Byte Protocol { get; set; } #

Protocol value.

public String Algorithm { get; set; } #

Algorithm name.

public String PublicKey { get; set; } #

Base64 encoded public key.

{{ include "footer" }}