TestimoX

API Reference

Class

ActiveDirectoryIdentityExposureService

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
DNS domain name.
options ADPlayground.IdentityExposure.IdentityExposureAnalysisOptions = null optionalposition: 1
Analysis options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.

Returns

Identity exposure snapshot.