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