Share via


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
System_CAPS_pubmethod User()

Initializes a new instance of the User class.

Properties

Name Description
System_CAPS_pubproperty Application

Gets or sets the Application associated with this instance.

System_CAPS_pubproperty ApplicationId

Gets or sets the application identifier.

System_CAPS_pubproperty IsAnonymous

Gets or sets whether this user is anonymous.

System_CAPS_pubproperty LastActivityDate

Gets or sets the last activity date of the user.

System_CAPS_pubproperty Membership

Gets or sets the user membership.

System_CAPS_pubproperty Profile

Gets or sets the user profile.

System_CAPS_pubproperty UserId

Gets or sets the user identifier.

System_CAPS_pubproperty UserName

Gets or sets the user name associated with the user.

System_CAPS_pubproperty UsersInRoles

Gets or sets a collection of users in a role.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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