Sdílet prostřednictvím


IdentityErrorDescriber.DuplicateUserName(String) Metoda

Definice

Vrátí hodnotu označující IdentityError , že zadaná userName hodnota již existuje.

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

Parametry

userName
String

Uživatelské jméno, které již existuje.

Návraty

Označuje IdentityError , že zadaná userName hodnota již existuje.

Platí pro