IdentityErrorDescriber.DuplicateEmail(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- 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.