IdentityErrorDescriber.DuplicateUserName(String) Metoda

Definice

IdentityError Vrátí indikující, že zadaná hodnota userName 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

IdentityError

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

Platí pro