Share via


IdentityErrorDescriber.DuplicateUserName(String) メソッド

定義

指定した userName が既にIdentityError存在することを示す を返します。

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 が既に存在することを示す 。

適用対象