IdentityUser<TKey>.EmailConfirmed Özellik

Tanım

Kullanıcının e-posta adresini onayladığını belirten bir bayrak alır veya ayarlar.

public:
 virtual property bool EmailConfirmed { bool get(); void set(bool value); };
public virtual bool EmailConfirmed { get; set; }
[Microsoft.AspNetCore.Identity.PersonalData]
public virtual bool EmailConfirmed { get; set; }
member this.EmailConfirmed : bool with get, set
[<Microsoft.AspNetCore.Identity.PersonalData>]
member this.EmailConfirmed : bool with get, set
Public Overridable Property EmailConfirmed As Boolean

Özellik Değeri

E-posta adresi onaylandıysa true, aksi takdirde false.

Öznitelikler

Şunlara uygulanır