API Reference
Class
DnsDelegationIntegrityService
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:
DnsDelegationIntegritySnapshotCollects DNS inventory and evaluates delegated NS and glue record integrity.
Parameters
- options ADPlayground.Dns.DnsDelegationIntegrityService.Options
public static DnsDelegationIntegritySnapshot Evaluate(DnsRecordInventorySnapshot inventory, Options options = null) #Returns:
DnsDelegationIntegritySnapshotEvaluates delegated NS and glue record integrity from an existing inventory snapshot.
Parameters
- inventory ADPlayground.Dns.DnsRecordInventorySnapshot
- options ADPlayground.Dns.DnsDelegationIntegrityService.Options = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object