IdentityErrorDescriber.UserAlreadyInRole(String) 메서드

정의

IdentityError 사용자가 지정된 role에 이미 있음을 나타내는 를 반환합니다.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ UserAlreadyInRole(System::String ^ role);
public virtual Microsoft.AspNetCore.Identity.IdentityError UserAlreadyInRole (string role);
abstract member UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function UserAlreadyInRole (role As String) As IdentityError

매개 변수

role
String

중복 역할입니다.

반환

IdentityError 사용자가 이미 지정된 role에 있음을 나타내는 입니다.

적용 대상