IdentityErrorDescriber.DuplicateUserName(String) 메서드

정의

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

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

매개 변수

userName
String

이미 있는 사용자 이름입니다.

반환

IdentityError 지정된 userName 가 이미 있음을 나타내는 입니다.

적용 대상