Click or drag to resize
User Properties

The User type exposes the following members.

Properties
  NameDescription
Public propertyEmail
Email.
Public propertyEnabled
Indicates if the user is enabled. This represents the lockout notion in ASP.NET Identity.
Public propertyFirstName
First name.
Public propertyGUID
Guid.
Public propertyId
User ID.
Public propertyIsExternal
Indicates that the user can be logged in only through an external authentication provider.
Public propertyLastName
Last name.
Public propertyPasswordHash
Password hash.
Public propertyRoles
Roles of the user.
Public propertySecurityStamp
A unique value that should change whenever user credentials have changed, e.g.: password reset, external login removal, etc.
Public propertyUserName
User name.
Top
See Also