Click or drag to resize
KenticoSignInManagerTUser Constructor

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public KenticoSignInManager(
	KenticoUserManager<TUser> userManager,
	IAuthenticationManager authenticationManager
)

Parameters

userManager
Type: Kentico.MembershipKenticoUserManagerTUser
User manager.
authenticationManager
Type: IAuthenticationManager
Authentication manager.
See Also