IdentityErrorDescriber.InvalidRoleName(String) 方法

定义

返回一个 IdentityError ,指示指定 role 名称无效。

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

参数

role
String

无效的角色。

返回

指示 IdentityError 特定角色 role 名称无效的 。

适用于