Click or drag to resize

SessionLogIn Method

Application log in

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static bool LogIn(
	out string pClientName,
	ref string pUILanguageName,
	Guid pToken,
	string pUserName,
	string pPassword
)

Parameters

pClientName
Type: SystemString
by out. When log in successful then sets client name in this parameter
pUILanguageName
Type: SystemString
by ref. When log in successful then sets UI language code in this parameter
pToken
Type: SystemGuid
Session token is a GUID set from *Win or *Web
pUserName
Type: SystemString
Log in user name for check
pPassword
Type: SystemString
Log in password for check. Raw - no encrypted

Return Value

Type: Boolean
Authenticated
See Also