deActiveDirectoryUserConnector Constructor (String, String, String, String, String, String, String)
Initializes a new instance of the deActiveDirectoryUserConnector class.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deActiveDirectoryUserConnector( string sTenantDBConnectionString, string hostOrTenantID, string externalUserName, string adPath, string adUserName, string adPassword, string domainName )
Parameters
- sTenantDBConnectionString
- Type: String
Connection string to the tenant database
- hostOrTenantID
- Type: String
host name or tenant id
- externalUserName
- Type: String
The external user identifier
- 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.