ApplicationSignInManager Constructor

FormsAuth

ApplicationSignInManager Constructor

Namespace:  Toestellenbeheer
Assembly:  Toestellenbeheer (in Toestellenbeheer.dll)

Syntax


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

Parameters

userManager
Type: Toestellenbeheer..::..ApplicationUserManager
authenticationManager
Type: IAuthenticationManager