Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopBackOfficeUserPasswordChecker

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class NoopBackOfficeUserPasswordChecker : IBackOfficeUserPasswordChecker

    Methods

    View Source

    CheckPasswordAsync(BackOfficeIdentityUser, String)

    Declaration
    public Task<BackOfficeUserPasswordCheckerResult> CheckPasswordAsync(BackOfficeIdentityUser user, string password)
    Parameters
    Type Name Description
    BackOfficeIdentityUser user
    System.String password
    Returns
    Type Description
    Task<BackOfficeUserPasswordCheckerResult>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CheckPasswordAsync(BackOfficeIdentityUser, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX