Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMemberSignInManager

    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public interface IMemberSignInManager

    Methods

    View Source

    PasswordSignInAsync(String, String, Boolean, Boolean)

    Declaration
    Task<SignInResult> PasswordSignInAsync(string userName, string password, bool isPersistent, bool lockoutOnFailure)
    Parameters
    Type Name Description
    System.String userName
    System.String password
    System.Boolean isPersistent
    System.Boolean lockoutOnFailure
    Returns
    Type Description
    System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult>
    View Source

    SignInAsync(MemberIdentityUser, Boolean, String)

    Declaration
    Task SignInAsync(MemberIdentityUser user, bool isPersistent, string authenticationMethod = null)
    Parameters
    Type Name Description
    MemberIdentityUser user
    System.Boolean isPersistent
    System.String authenticationMethod
    Returns
    Type Description
    System.Threading.Tasks.Task
    View Source

    SignOutAsync()

    Declaration
    Task SignOutAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX