Share via


IdentityErrorDescriber.DuplicateEmail(String) Yöntem

Tanım

IdentityError Belirtilen email hesabın zaten bir hesapla ilişkili olduğunu belirten bir döndürür.

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

Parametreler

email
String

Zaten bir hesapla ilişkili olan e-posta.

Döndürülenler

IdentityError Belirtilen email değerin zaten bir hesapla ilişkili olduğunu belirten bir.

Şunlara uygulanır