Udostępnij za pośrednictwem


IdentityErrorDescriber.InvalidRoleName(String) Metoda

Definicja

Zwraca wartość wskazującą IdentityError , że określona role nazwa jest nieprawidłowa.

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

Nieprawidłowa rola.

Zwraca

Element IdentityError wskazujący, że określona nazwa roli role jest nieprawidłowa.

Dotyczy