Initializes a new instance of the DirectoryEntry class.
[Visual Basic] Overloads Public Sub New( _ ByVal path As String, _ ByVal username As String, _ ByVal password As String, _ ByVal secureAuthentication As Boolean _ ) [C#] public DirectoryEntry( string path, string username, string password, bool secureAuthentication ); [C++] public: DirectoryEntry( String* path, String* username, String* password, bool secureAuthentication ); [JScript] public function DirectoryEntry( path : String, username : String, password : String, secureAuthentication : Boolean );
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntry Constructor Overload List | Password | Path | UseSecureAuthentication | Username