Domain Detective

API Reference

Class

DsRecordInfo

Namespace DomainDetective
Assembly DomainDetective

Simplified representation of a DS record.

Inheritance

  • Object
  • DsRecordInfo

Remarks

Information is derived from standard DNS record text.

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 KeyTag { get; set; } #

Key tag value.

public String Algorithm { get; set; } #

Algorithm name.

public DnsDigestType DigestType { get; set; } #

Digest type identifier.

public String Digest { get; set; } #

Digest hex string.

{{ include "footer" }}