IdentityErrorDescriber.InvalidUserName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.