TestimoX

API Reference

Class

DnsDelegationIntegrityService

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers static

Evaluates delegated NS records and local glue/address evidence for stale or lame delegations.

Inheritance

  • Object
  • DnsDelegationIntegrityService

Methods

Evaluate 2 overloads
public static DnsDelegationIntegritySnapshot Evaluate(Options options) #
Returns: DnsDelegationIntegritySnapshot

Collects DNS inventory and evaluates delegated NS and glue record integrity.

Parameters

options ADPlayground.Dns.DnsDelegationIntegrityService.Options requiredposition: 0
public static DnsDelegationIntegritySnapshot Evaluate(DnsRecordInventorySnapshot inventory, Options options = null) #
Returns: DnsDelegationIntegritySnapshot

Evaluates delegated NS and glue record integrity from an existing inventory snapshot.

Parameters

inventory ADPlayground.Dns.DnsRecordInventorySnapshot requiredposition: 0
options ADPlayground.Dns.DnsDelegationIntegrityService.Options = null optionalposition: 1