Initializes a new instance of this class.
[Visual Basic] Public Sub New( _ ByVal server As String, _ ByVal username As String, _ ByVal password As String, _ ByVal authenticationType As String _ ) [C#] public ADLayer( string server, string username, string password, string authenticationType ); [C++] public: ADLayer( String* server, String* username, String* password, String* authenticationType ); [JScript] public function ADLayer( String server, String username, String password, String authenticationType );
ADLayer Class | InfiniTec.ActiveDirectory Namespace | ADLayer Constructor Overload List