Sdílet prostřednictvím


IdentityErrorDescriber.UserNotInRole(String) Metoda

Definice

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

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

Parametry

role
String

Duplicitní role.

Návraty

Indikující IdentityError , že uživatel není v zadaném roleobjektu .

Platí pro