共用方式為


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 中。

適用於