MembershipEntity Class
Represents the entity of the provider membership.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Inheritance Hierarchy
System.Object
System.Web.Providers.Entities.MembershipEntity
Syntax
[TableAttribute("Memberships")]
public class MembershipEntity
[TableAttribute("Memberships")]
public ref class MembershipEntity
[<TableAttribute("Memberships")>]
type MembershipEntity = class end
<TableAttribute("Memberships")>
Public Class MembershipEntity
Constructors
Name | Description | |
---|---|---|
![]() |
MembershipEntity() | Initializes a new instance of the MembershipEntity class. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Gets or sets the entity provider application. |
![]() |
ApplicationId | Gets or sets the application identifier. |
![]() |
Comment | Gets or sets the entity comment. |
![]() |
CreateDate | Gets or sets the date when the entity was created. |
![]() |
Gets or sets the entity e-mail. |
|
![]() |
FailedPasswordAnswerAttemptCount | Gets or sets the number of attempt for the failed password answer. |
![]() |
FailedPasswordAnswerAttemptWindowsStart | Gets or sets the start date and time when the password answer attempt has failed. |
![]() |
FailedPasswordAttemptCount | Gets or sets the number of failed password attempt. |
![]() |
FailedPasswordAttemptWindowStart | Gets or sets the start date and time associated with the failed password attempt. |
![]() |
IsApproved | Gets or sets whether the entity is approved. |
![]() |
IsLockedOut | Gets or sets whether the entity has been locked out. |
![]() |
LastLockoutDate | Gets or sets the last lock out date of the entity. |
![]() |
LastLoginDate | Gets or sets the last login date associated with the entity. |
![]() |
LastPasswordChangedDate | Gets or sets the last time the password has been changed. |
![]() |
Password | Gets or sets the entity password. |
![]() |
PasswordAnswer | Gets or sets the password answer. |
![]() |
PasswordFormat | Gets or sets the password format. |
![]() |
PasswordQuestion | Gets or sets the password question. |
![]() |
PasswordSalt | Gets or sets the password salt. |
![]() |
User | Gets or sets the entity user. |
![]() |
UserId | Gets or sets the entity user identifier. |
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