Click or drag to resize
SignInManager Class
Manages sign in operations for users.
Inheritance Hierarchy
SystemObject
  SignInManagerUser, Int32
    Kentico.MembershipSignInManager

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public class SignInManager : SignInManager<User, int>

The SignInManager type exposes the following members.

Constructors
  NameDescription
Public methodSignInManager
Creates the instance of SignInManager.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Factory method that creates the SignInManager instance.
Top
See Also