IdentityErrorDescriber.InvalidRoleName(String) Metodo

Definizione

Restituisce un valore IdentityError che indica che il nome specificato role non è valido.

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

Parametri

role
String

Ruolo non valido.

Restituisce

Valore IdentityError che indica che il nome del ruolo role specifico non è valido.

Si applica a