User Class
Represents the web provider user.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Inheritance Hierarchy
System.Object
System.Web.Providers.Entities.User
Syntax
public class User
public ref class User
type User = class end
Public Class User
Constructors
Name | Description | |
---|---|---|
![]() |
User() | Initializes a new instance of the User class. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Gets or sets the Application associated with this instance. |
![]() |
ApplicationId | Gets or sets the application identifier. |
![]() |
IsAnonymous | Gets or sets whether this user is anonymous. |
![]() |
LastActivityDate | Gets or sets the last activity date of the user. |
![]() |
Membership | Gets or sets the user membership. |
![]() |
Profile | Gets or sets the user profile. |
![]() |
UserId | Gets or sets the user identifier. |
![]() |
UserName | Gets or sets the user name associated with the user. |
![]() |
UsersInRoles | Gets or sets a collection of users in a role. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top