Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public deActiveDirectoryUserConnector(
deUserSession oUserSession,
string adPath,
string adUserName,
string adPassword,
string domainName
)
Public Sub New ( _
oUserSession As deUserSession, _
adPath As String, _
adUserName As String, _
adPassword As String, _
domainName As String _
)
public:
deActiveDirectoryUserConnector(
deUserSession^ oUserSession,
String^ adPath,
String^ adUserName,
String^ adPassword,
String^ domainName
)
Parameters
- oUserSession
- Type: deUserSession
The o user session.
- adPath
- Type: String
The ad path.
- adUserName
- Type: String
Name of the ad user.
- adPassword
- Type: String
The ad password.
- domainName
- Type: String
Name of the domain.