API Reference
Class
ActiveDirectoryIdentityExposureService
Builds reusable Active Directory identity exposure graph snapshots from existing ADPlayground services.
Inheritance
- Object
- ActiveDirectoryIdentityExposureService
Methods
public static async Task<IdentityExposureSnapshot> GetSnapshotAsync(String domainName, IdentityExposureAnalysisOptions options = null, CancellationToken cancellationToken = null) #Returns:
Task<IdentityExposureSnapshot>Builds an identity exposure snapshot for a domain.
Parameters
- domainName System.String
- DNS domain name.
- options ADPlayground.IdentityExposure.IdentityExposureAnalysisOptions = null
- Analysis options.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Identity exposure snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object