| User Properties |
The User type exposes the following members.
| Name | Description | |
|---|---|---|
Email.
| ||
| Enabled |
Indicates if the user is enabled.
This represents the lockout notion in ASP.NET Identity.
| |
| FirstName |
First name.
| |
| GUID |
Guid.
| |
| Id |
User ID.
| |
| IsExternal |
Indicates that the user can be logged in only through an external authentication provider.
| |
| LastName |
Last name.
| |
| PasswordHash |
Password hash.
| |
| Roles |
Roles of the user.
| |
| SecurityStamp |
A unique value that should change whenever user credentials have changed, e.g.:
password reset, external login removal, etc.
| |
| UserName |
User name.
|