ApplicationUser Class |
Namespace: Kentico.Membership
public class ApplicationUser : IdentityUser<int>
The ApplicationUser type exposes the following members.
Name | Description | |
---|---|---|
ApplicationUser |
Creates empty user.
| |
ApplicationUser(UserInfo) |
Creates new user from UserInfo.
|
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.
|
Name | Description | |
---|---|---|
MapFromUserInfo |
Maps UserInfo properties to the ApplicationUser instance.
| |
MapToUserInfo |
Maps ApplicationUser properties to the UserInfo instance.
|