Sdílet prostřednictvím


IdentityErrorDescriber.InvalidRoleName(String) Metoda

Definice

Vrátí hodnotu označující IdentityError , že zadaný role název je neplatný.

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

Parametry

role
String

Neplatná role.

Návraty

Označuje IdentityError , že konkrétní název role role je neplatný.

Platí pro