Search Results for

    Show / Hide Table of Contents

    Class BackOfficeErrorDescriber

    Umbraco back office specific

    Inheritance
    System.Object
    UmbracoErrorDescriberBase
    Namespace: Umbraco.Cms.Core.Security
    Assembly: cs.temp.dll.dll
    Syntax
    public class BackOfficeErrorDescriber : UmbracoErrorDescriberBase

    Constructors

    BackOfficeErrorDescriber(ILocalizedTextService)

    Declaration
    public BackOfficeErrorDescriber(ILocalizedTextService textService)
    Parameters
    Type Name Description
    ILocalizedTextService textService

    Methods

    DuplicateRoleName(String)

    Declaration
    public override IdentityError DuplicateRoleName(string role)
    Parameters
    Type Name Description
    System.String role
    Returns
    Type Description
    IdentityError

    InvalidRoleName(String)

    Declaration
    public override IdentityError InvalidRoleName(string role)
    Parameters
    Type Name Description
    System.String role
    Returns
    Type Description
    IdentityError

    LoginAlreadyAssociated()

    Declaration
    public override IdentityError LoginAlreadyAssociated()
    Returns
    Type Description
    IdentityError

    UserAlreadyHasPassword()

    Declaration
    public override IdentityError UserAlreadyHasPassword()
    Returns
    Type Description
    IdentityError

    UserAlreadyInRole(String)

    Declaration
    public override IdentityError UserAlreadyInRole(string role)
    Parameters
    Type Name Description
    System.String role
    Returns
    Type Description
    IdentityError

    UserLockoutNotEnabled()

    Declaration
    public override IdentityError UserLockoutNotEnabled()
    Returns
    Type Description
    IdentityError

    UserNotInRole(String)

    Declaration
    public override IdentityError UserNotInRole(string role)
    Parameters
    Type Name Description
    System.String role
    Returns
    Type Description
    IdentityError
    In This Article
    • Constructors
      • BackOfficeErrorDescriber(ILocalizedTextService)
    • Methods
      • DuplicateRoleName(String)
      • InvalidRoleName(String)
      • LoginAlreadyAssociated()
      • UserAlreadyHasPassword()
      • UserAlreadyInRole(String)
      • UserLockoutNotEnabled()
      • UserNotInRole(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX