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 已存在。

适用于