IdentityErrorDescriber.UserAlreadyInRole(String) Metodo

Definizione

Restituisce un IdentityError oggetto che indica che un utente è già incluso nell'oggetto specificato role.

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

Parametri

role
String

Ruolo duplicato.

Restituisce

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

Si applica a