| KenticoSignInManagerTUser Constructor |
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntaxpublic KenticoSignInManager(
KenticoUserManager<TUser> userManager,
IAuthenticationManager authenticationManager
)
Parameters
- userManager
- Type: Kentico.MembershipKenticoUserManagerTUser
User manager. - authenticationManager
- Type: IAuthenticationManager
Authentication manager.
See Also