Search Results for

    Show / Hide Table of Contents

    Class ApplicationSignInManager

    Inheritance
    System.Object
    ApplicationSignInManager
    Namespace: ImageVault.Web.Security.Identity
    Assembly: ImageVault.Web.dll
    Syntax
    public class ApplicationSignInManager : SignInManager<ApplicationUser, string>

    Constructors

    ApplicationSignInManager(ApplicationUserManager, IAuthenticationManager)

    Declaration
    public ApplicationSignInManager(ApplicationUserManager userManager, IAuthenticationManager authenticationManager)
    Parameters
    Type Name Description
    ApplicationUserManager userManager
    Microsoft.Owin.Security.IAuthenticationManager authenticationManager

    Methods

    Create(IdentityFactoryOptions<ApplicationSignInManager>, IOwinContext)

    Declaration
    public static ApplicationSignInManager Create(IdentityFactoryOptions<ApplicationSignInManager> options, IOwinContext context)
    Parameters
    Type Name Description
    Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions<ApplicationSignInManager> options
    Microsoft.Owin.IOwinContext context
    Returns
    Type Description
    ApplicationSignInManager

    CreateUserIdentityAsync(ApplicationUser)

    Declaration
    public override Task<ClaimsIdentity> CreateUserIdentityAsync(ApplicationUser user)
    Parameters
    Type Name Description
    ApplicationUser user
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
    In This Article
    Back to top (c) Meriworks 2002-2022