{CompanyName} FlexyGo

LoginService..::..PasswordSignIn Method

Sign in using Password.

Namespace:  FLEXYGO.Authentication
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[WebMethodAttribute]
public SignInStatus PasswordSignIn(
	string userName,
	string Password,
	bool RememberMe,
	bool shouldLockOut,
	ref string errorMessage
)
<BlacklistCheckAttribute> _
<WebMethodAttribute> _
Public Function PasswordSignIn ( _
	userName As String, _
	Password As String, _
	RememberMe As Boolean, _
	shouldLockOut As Boolean, _
	ByRef errorMessage As String _
) As SignInStatus

Parameters

userName
Type: String
User Name.
Password
Type: String
The password.
RememberMe
Type: Boolean
if set to true [remember me].
shouldLockOut
Type: Boolean
if set to true [should lock out].
errorMessage
Type: String%

Return Value

SignInStatus.