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