DirectoryContext Constructor (DirectoryContextType, String, String, String)
Initializes a new instance of the DirectoryContext class of the specified type that contains the specified target, user name, and password.
Namespace: System.DirectoryServices.ActiveDirectory
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public DirectoryContext( DirectoryContextType contextType, string name, string username, string password )
Parameters
- contextType
- Type: System.DirectoryServices.ActiveDirectory.DirectoryContextType
One of the DirectoryContextType members that specifies the type of context to create.
- name
- Type: System.String
The target of the directory context. This string can take any of the formats defined in the Remarks section of the DirectoryContext topic.
- username
- Type: System.String
The user name to use for access.
- password
- Type: System.String
The password to use for access.
| Exception | Condition |
|---|---|
| ArgumentException | name is not valid. |
| ArgumentNullException | name is null. |
| InvalidEnumArgumentException | contextType is not valid. |
| PlatformNotSupportedException | This class does not work on the current platform. |
- DirectoryServicesPermission
Demand value: Demand
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.