View Source
Class MembersErrorDescriber
Inheritance
object
IdentityErrorDescriber
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MembersErrorDescriber : UmbracoErrorDescriberBase
Constructors
View Source
MembersErrorDescriber(ILocalizedTextService)
Declaration
public MembersErrorDescriber(ILocalizedTextService textService)
Parameters
Methods
View Source
DuplicateRoleName(string)
Declaration
public override IdentityError DuplicateRoleName(string role)
Parameters
| Type |
Name |
Description |
| string |
role |
|
Returns
| Type |
Description |
| IdentityError |
|
View Source
InvalidRoleName(string?)
Declaration
public override IdentityError InvalidRoleName(string? role)
Parameters
| Type |
Name |
Description |
| string |
role |
|
Returns
| Type |
Description |
| IdentityError |
|
View Source
LoginAlreadyAssociated()
Declaration
public override IdentityError LoginAlreadyAssociated()
Returns
| Type |
Description |
| IdentityError |
|
View Source
PasswordMismatch()
Declaration
public override IdentityError PasswordMismatch()
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 |
| 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 |
| string |
role |
|
Returns
| Type |
Description |
| IdentityError |
|