{CompanyName} FlexyGo

ApplicationSignInManager..::..PasswordSignIn Method (String, String, Boolean, Boolean)

Passwords the sign in.

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public SignInStatus PasswordSignIn(
	string userName,
	string password,
	bool isPersistent,
	bool shouldLockout
)
Public Function PasswordSignIn ( _
	userName As String, _
	password As String, _
	isPersistent As Boolean, _
	shouldLockout As Boolean _
) As SignInStatus

Parameters

userName
Type: String
Name of the user.
password
Type: String
The password.
isPersistent
Type: Boolean
if set to true [is persistent].
shouldLockout
Type: Boolean
if set to true [should lockout].

Return Value

SignInStatus.