UserLogIn Method | |
Check 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(
string pUserName,
string pPassword
)
Public Function LogIn (
pUserName As String,
pPassword As String
) As Boolean
Parameters
- pUserName
- Type: SystemString
user name - pPassword
- Type: SystemString
password raw - no encrypt
Return Value
Type:
BooleanAuthenticated
See Also