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에 없음을 나타내는 입니다.

적용 대상