IdentityErrorDescriber.UserAlreadyInRole(String) Method

Definition

Returns an IdentityError indicating a user is already in the specified role.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ UserAlreadyInRole(System::String ^ role);
public virtual Microsoft.AspNetCore.Identity.IdentityError UserAlreadyInRole (string role);
abstract member UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function UserAlreadyInRole (role As String) As IdentityError

Parameters

role
String

The duplicate role.

Returns

An IdentityError indicating a user is already in the specified role.

Applies to