IdentityErrorDescriber.DuplicateUserName(String) Method

Definition

Returns an IdentityError indicating the specified userName already exists.

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

Parameters

userName
String

The user name that already exists.

Returns

An IdentityError indicating the specified userName already exists.

Applies to