NamespaceSystemLibrary.Common.Episerver.Users
CurrentUser can be injected or 'new CurrentUser()' whenever you need it
Remember: to use 'CurrentUser' as an injected object, you must call 'AddCommonCmsServices<CurrentUser>(...);' or similar
CurrentUser
public class CurrentUser : ApplicationUser, IUIUser
Inheritance
System.Object
Microsoft.AspNetCore.Identity.IdentityUser<System.String>
Microsoft.AspNetCore.Identity.IdentityUser
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser
CurrentUser
Implements
EPiServer.Shell.Security.IUIUser
Inherited Members
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.IsApproved
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.IsLockedOut
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.PasswordQuestion
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.ProviderName
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.Comment
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.CreationDate
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.LastLoginDate
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.LastLockoutDate
EPiServer.Cms.UI.AspNetIdentity.ApplicationUser.Username
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.ToString()
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.Id
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.UserName
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.NormalizedUserName
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.Email
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.NormalizedEmail
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.EmailConfirmed
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.PasswordHash
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.SecurityStamp
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.ConcurrencyStamp
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.PhoneNumber
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.PhoneNumberConfirmed
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.TwoFactorEnabled
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.LockoutEnd
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.LockoutEnabled
Microsoft.AspNetCore.Identity.IdentityUser<System.String>.AccessFailedCount
Properties
Property Value
Type | Description |
---|---|
System.String |
Property Value
Type | Description |
---|---|
System.Boolean |
Property Value
Type | Description |
---|---|
System.Boolean |
Property Value
Type | Description |
---|---|
System.Boolean |
Property Value
Type | Description |
---|---|
System.String |
Property Value
Type | Description |
---|---|
System.String |
Methods
Implements
EPiServer.Shell.Security.IUIUser
Extension Methods
}