An NDoc documented library

ADLayer Constructor (String, String, String, String)

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
);

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
authenticationType
The AuthenticationType type to use.

See Also

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