API Reference
Class
DnsZoneReadExposureService
Derives DNS zone read/list exposure posture from reusable DNS zone security inventory.
Inheritance
- Object
- DnsZoneReadExposureService
Methods
Evaluate 2 overloads
public static DnsZoneReadExposureSnapshot Evaluate(DnsZoneSecuritySnapshot snapshot) #Returns:
DnsZoneReadExposureSnapshotEvaluates DNS zone read/list exposure for a domain.
Parameters
- domainName System.String
- DNS domain name.
Returns
Read exposure snapshot.
Evaluate(ADPlayground.Dns.DnsZoneSecuritySnapshot snapshot) #Evaluates DNS zone read/list exposure from an already collected zone security snapshot.
Parameters
- snapshot ADPlayground.Dns.DnsZoneSecuritySnapshot
- DNS zone security snapshot.
Returns
Read exposure snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object