Search Results for

    Show / Hide Table of Contents
    View Source

    Class MembersErrorDescriber

    Inheritance
    System.Object
    UmbracoErrorDescriberBase
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MembersErrorDescriber : UmbracoErrorDescriberBase

    Constructors

    View Source

    MembersErrorDescriber(ILocalizedTextService)

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

    Methods

    View Source

    DuplicateRoleName(String)

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

    InvalidRoleName(String)

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

    LoginAlreadyAssociated()

    Declaration
    public override IdentityError LoginAlreadyAssociated()
    Returns
    Type Description
    IdentityError
    View Source

    UserAlreadyHasPassword()

    Declaration
    public override IdentityError UserAlreadyHasPassword()
    Returns
    Type Description
    IdentityError
    View Source

    UserAlreadyInRole(String)

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

    UserLockoutNotEnabled()

    Declaration
    public override IdentityError UserLockoutNotEnabled()
    Returns
    Type Description
    IdentityError
    View Source

    UserNotInRole(String)

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