| ApplicationUser Properties |
The ApplicationUser type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled |
Indicates if the user is enabled.
This represents the lockout notion in ASP.NET Identity.
| |
| FirstName |
First name.
| |
| FullName |
Full name.
| |
| GUID |
Guid.
| |
| IsExternal |
Indicates that the user can be logged in only through an external authentication provider.
| |
| LastName |
Last name.
| |
| Roles |
Roles of the user.
| |
| WaitingForApproval |
Together with Enabled indicates whether the user needs to wait
for administrator's approval before logging in.
|