Partilhar via


IdentityErrorDescriber.UserAlreadyInRole(String) Método

Definição

Retorna um IdentityError que indica que um usuário já está no especificado 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

Parâmetros

role
String

A função duplicada.

Retornos

Um IdentityError que indica que um usuário já está no especificado role.

Aplica-se a