An NDoc documented library

ADLayer Constructor (String, String, String, Boolean)

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 readOnly As Boolean _ 
)
[C#]
public ADLayer(
   string server,
   string username,
   string password,
   bool readOnly
);
[C++]
public: ADLayer(
   String* server,
   String* username,
   String* password,
   bool readOnly
);
[JScript]
public function ADLayer(
   String server,
   String username,
   String password,
   bool readOnly
);

Parameters

server
The Server to use
username
The Username to use. If set to null, integrated authentication will be used.
password
The Password to use
readOnly
Specifies if the connection should be initialized as read-only

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace | ADLayer Constructor Overload List