TestimoX

API Reference

Class

DnsForwardReverseParitySnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Forward and reverse DNS parity analysis result.

Inheritance

  • Object
  • DnsForwardReverseParitySnapshot

Usage

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

Accepted by parameters

Constructors

public DnsForwardReverseParitySnapshot() #

Properties

public String DomainName { get; set; } #

Domain name associated with the analysis.

public String DnsServer { get; set; } #

DNS server that supplied the source inventory.

public Boolean CollectionSucceeded { get; set; } #

True when source inventory collection succeeded.

public String CollectionError { get; set; } #

Collection error details when inventory collection failed.

public DnsCollectionDiagnostics Diagnostics { get; set; } #

Diagnostics captured while collecting the source DNS inventory.

public Int32 ForwardRecordCount { get; set; } #

Total IPv4 A records evaluated.

public Int32 MissingPtrCount { get; set; } #

Number of evaluated A records without a matching PTR owner.

public Int32 MismatchedPtrCount { get; set; } #

Number of evaluated A records whose PTR owner targets a different name.

public Int32 FindingCount { get; } #

Total number of parity findings.

public IReadOnlyList<DnsForwardReverseParityFinding> Findings { get; set; } #

Detailed forward/reverse parity findings.