SessionLogIn Method | |
Web log in
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static bool LogIn(
string pUserName,
string pPassword
)
Public Shared Function LogIn (
pUserName As String,
pPassword As String
) As Boolean
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SOWIWeb.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