Domain Detective

API Reference

Class

DomainDnsPortfolioSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

DNS infrastructure fields that are useful to portfolio storage.

Inheritance

  • Object
  • DomainDnsPortfolioSummary

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 List<String> NameServers { get; set; } #

Authoritative name servers.

public List<String> MxHosts { get; set; } #

DNS-level MX hostnames, mirrored in the mail summary for mail-focused consumers.

public List<String> IPv4Addresses { get; set; } #

A records or observed IPv4 values.

public List<String> IPv6Addresses { get; set; } #

AAAA records or observed IPv6 values.

public Nullable<Boolean> DnssecEnabled { get; set; } #

Whether DNSSEC evidence indicates signing or a valid chain.

public Nullable<Boolean> CaaPresent { get; set; } #

Whether CAA records are present.

{{ include "footer" }}