IdentityErrorDescriber.DuplicateRoleName(String) 메서드

정의

IdentityError 지정된 이름이 이미 있음을 나타내는 를 role 반환합니다.

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

매개 변수

role
String

중복 역할입니다.

반환

IdentityError 특정 역할 role 이름이 이미 있음을 나타내는 입니다.

적용 대상