IdentityUser<TKey>.PhoneNumberConfirmed Property
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.
Gets or sets a flag indicating if a user has confirmed their telephone address.
public:
virtual property bool PhoneNumberConfirmed { bool get(); void set(bool value); };
public virtual bool PhoneNumberConfirmed { get; set; }
[Microsoft.AspNetCore.Identity.PersonalData]
public virtual bool PhoneNumberConfirmed { get; set; }
member this.PhoneNumberConfirmed : bool with get, set
[<Microsoft.AspNetCore.Identity.PersonalData>]
member this.PhoneNumberConfirmed : bool with get, set
Public Overridable Property PhoneNumberConfirmed As Boolean
Property Value
True if the telephone number has been confirmed, otherwise false.
- Attributes