SessionLogIn Method | |
Application log in
Namespace:
SOWIApp.Management.Data
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public bool LogIn(
out string pClientName,
ref string pUILanguageName,
Guid pToken,
string pUserName,
string pPassword
)
Public Function LogIn (
<OutAttribute> ByRef pClientName As String,
ByRef pUILanguageName As String,
pToken As Guid,
pUserName As String,
pPassword As String
) As Boolean
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:
BooleanAuthenticated
See Also