deDesign..::..authenticateUserAD Method
Authenticates the user ad.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool authenticateUserAD( string userName, string password, string connectionString, out string errorMsg, out string workflowUserID, out string externalUserFullName, out bool bIsAdmin, out string culture, string authDomain )
Public Shared Function authenticateUserAD ( _ userName As String, _ password As String, _ connectionString As String, _ <OutAttribute> ByRef errorMsg As String, _ <OutAttribute> ByRef workflowUserID As String, _ <OutAttribute> ByRef externalUserFullName As String, _ <OutAttribute> ByRef bIsAdmin As Boolean, _ <OutAttribute> ByRef culture As String, _ authDomain As String _ ) As Boolean
public: static bool^ authenticateUserAD( String^ userName, String^ password, String^ connectionString, [OutAttribute] String^% errorMsg, [OutAttribute] String^% workflowUserID, [OutAttribute] String^% externalUserFullName, [OutAttribute] bool^% bIsAdmin, [OutAttribute] String^% culture, String^ authDomain )
Parameters
- userName
- Type: String
Name of the user.
- password
- Type: String
The password.
- connectionString
- Type: String
The connection string.
- errorMsg
- Type: String%
The error MSG.
- workflowUserID
- Type: String%
The workflow user identifier.
- externalUserFullName
- Type: String%
Full name of the external user.
- bIsAdmin
- Type: Boolean%
if set to true [b is admin].
- culture
- Type: String%
The culture.
- authDomain
- Type: String
The authentication domain.