SessionLogIn Method | |
Win log in
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public bool LogIn(
string pUserName,
string pPassword
)
Public Function LogIn (
pUserName As String,
pPassword As String
) As Boolean
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SOWIWin.Helper.Session.LogIn(System.String,System.String)"]
- pPassword
- Type: SystemString
raw - no encrypted
Return Value
Type:
BooleanAuthenticated
Remarks Set Session properties ClientName, Token, UserName and DictionaryUI
See Also