{CompanyName} FlexyGo

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

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,
	string bearer
)
Public Function PasswordSignIn ( _
	userName As String, _
	password As String, _
	isPersistent As Boolean, _
	shouldLockout As Boolean, _
	bearer As String _
) 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].
bearer
Type: String
bearer token to external login.

Return Value

SignInStatus.