IdentityErrorDescriber.UserNotInRole(String) 方法

定义

返回一个 , IdentityError 指示用户不在指定的 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

参数

role
String

重复角色。

返回

一个 IdentityError ,指示用户不在指定的 role中。

适用于