{CompanyName} FlexyGo

ApplicationSignInManager Constructor

Initializes a new instance of the ApplicationSignInManager class.

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

Syntax


public ApplicationSignInManager(
	ApplicationUserManager userManager,
	IAuthenticationManager authenticationManager
)
Public Sub New ( _
	userManager As ApplicationUserManager, _
	authenticationManager As IAuthenticationManager _
)

Parameters

userManager
Type: FLEXYGO.Authentication.Identity..::..ApplicationUserManager
The user manager.
authenticationManager
Type: IAuthenticationManager
The authentication manager.