This documentation is archived and is not being maintained.
DirectoryEntry Constructor
Visual Studio 2010
Initializes a new instance of the DirectoryEntry class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DirectoryEntry() | Initializes a new instance of the DirectoryEntry class. |
|
DirectoryEntry(Object) | Initializes a new instance of the DirectoryEntry class that binds to the specified native Active Directory Domain Services object. |
|
DirectoryEntry(String) | Initializes a new instance of the DirectoryEntry class that binds this instance to the node in Active Directory Domain Services located at the specified path. |
|
DirectoryEntry(String, String, String) | Initializes a new instance of the DirectoryEntry class. |
|
DirectoryEntry(String, String, String, AuthenticationTypes) | Initializes a new instance of the DirectoryEntry class. |
Show: