IdentityErrorDescriber.DuplicateEmail(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 email
is already associated with an 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
Parameters
- String
The email that is already associated with an account.
Returns
An IdentityError indicating the specified email
is already associated with an account.