Domain.GetCurrentDomain Method ()
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the Domain object for the current user credentials in effect for the security context under which the application is running.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Exception | Condition |
|---|---|
| ActiveDirectoryObjectNotFoundException | A connection to the current context could not be made. |
GetCurrentDomain method is determined by the domain credentials under which the application is running. To retrieve the Domain object representing the domain to which the computer running the application is joined, regardless of the credentials associated with that application, use the GetComputerDomain method instead.
.NET Framework
Available since 2.0
Available since 2.0
Show:
