Share via


IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.EmailConfirmed Property

Definition

Gets or sets a flag indicating if a user has confirmed their email address.

public:
 virtual property bool EmailConfirmed { bool get(); void set(bool value); };
public virtual bool EmailConfirmed { get; set; }
member this.EmailConfirmed : bool with get, set
Public Overridable Property EmailConfirmed As Boolean

Property Value

True if the email address has been confirmed, otherwise false.

Applies to