Sdílet prostřednictvím


IdentityErrorDescriber.UserAlreadyInRole(String) Metoda

Definice

Vrátí hodnotu označující IdentityError , že uživatel je již v zadaném roleobjektu .

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

Parametry

role
String

Duplicitní role.

Návraty

Indikující IdentityError , že uživatel se již nachází v zadaném roleobjektu .

Platí pro