Condividi tramite


IdentityErrorDescriber.DuplicateEmail(String) Metodo

Definizione

Restituisce un IdentityError oggetto che indica che l'oggetto specificato email è già associato a un account.

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

Parametri

email
String

Messaggio di posta elettronica già associato a un account.

Restituisce

Oggetto IdentityError che indica che l'oggetto specificato email è già associato a un account.

Si applica a