Partager via


IdentityErrorDescriber.UserNotInRole(String) Méthode

Définition

Retourne un IdentityError indiquant qu’un utilisateur n’est pas dans le spécifié role.

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

Paramètres

role
String

Rôle en double.

Retours

indiquant IdentityError qu’un utilisateur n’est pas dans le spécifié role.

S’applique à