IdentityErrorDescriber.InvalidUserName(String) Method

Definition

Returns an IdentityError indicating the specified user userName is invalid.

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

Parameters

userName
String

The user name that is invalid.

Returns

An IdentityError indicating the specified user userName is invalid.

Applies to