Click or drag to resize
ApplicationUser Properties

The ApplicationUser type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Indicates if the user is enabled. This represents the lockout notion in ASP.NET Identity.
Public propertyFirstName
First name.
Public propertyFullName
Full name.
Public propertyGUID
Guid.
Public propertyIsExternal
Indicates that the user can be logged in only through an external authentication provider.
Public propertyLastName
Last name.
Public propertyRoles
Roles of the user.
Public propertyWaitingForApproval
Together with Enabled indicates whether the user needs to wait for administrator's approval before logging in.
Top
See Also