Share via


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

Initializes a new instance of the MembershipEntity class.

Properties

Name Description
System_CAPS_pubproperty Application

Gets or sets the entity provider application.

System_CAPS_pubproperty ApplicationId

Gets or sets the application identifier.

System_CAPS_pubproperty Comment

Gets or sets the entity comment.

System_CAPS_pubproperty CreateDate

Gets or sets the date when the entity was created.

System_CAPS_pubproperty Email

Gets or sets the entity e-mail.

System_CAPS_pubproperty FailedPasswordAnswerAttemptCount

Gets or sets the number of attempt for the failed password answer.

System_CAPS_pubproperty FailedPasswordAnswerAttemptWindowsStart

Gets or sets the start date and time when the password answer attempt has failed.

System_CAPS_pubproperty FailedPasswordAttemptCount

Gets or sets the number of failed password attempt.

System_CAPS_pubproperty FailedPasswordAttemptWindowStart

Gets or sets the start date and time associated with the failed password attempt.

System_CAPS_pubproperty IsApproved

Gets or sets whether the entity is approved.

System_CAPS_pubproperty IsLockedOut

Gets or sets whether the entity has been locked out.

System_CAPS_pubproperty LastLockoutDate

Gets or sets the last lock out date of the entity.

System_CAPS_pubproperty LastLoginDate

Gets or sets the last login date associated with the entity.

System_CAPS_pubproperty LastPasswordChangedDate

Gets or sets the last time the password has been changed.

System_CAPS_pubproperty Password

Gets or sets the entity password.

System_CAPS_pubproperty PasswordAnswer

Gets or sets the password answer.

System_CAPS_pubproperty PasswordFormat

Gets or sets the password format.

System_CAPS_pubproperty PasswordQuestion

Gets or sets the password question.

System_CAPS_pubproperty PasswordSalt

Gets or sets the password salt.

System_CAPS_pubproperty User

Gets or sets the entity user.

System_CAPS_pubproperty UserId

Gets or sets the entity user identifier.

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