Condividi tramite


IdentityErrorDescriber.UserNotInRole(String) Metodo

Definizione

Restituisce un IdentityError valore che indica che un utente non è incluso nell'oggetto specificato 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

Parametri

role
String

Ruolo duplicato.

Restituisce

Oggetto IdentityError che indica che un utente non è incluso nell'oggetto specificato role.

Si applica a