Click or drag to resize

MembershipUserInfo Properties

The MembershipUserInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanResetPassword
Gets or sets a value indicating whether the provider allows password reset.
Public propertyEmail
Gets or sets the Email of the Membership User
Public propertyIsApproved
Gets or sets a value indicating whether membership User is approved by its provider.
Public propertyIsLocked
Gets or sets a value indicating whether membership User is locked by its provider. This happens when too many login attempts fail.
Public propertyLastActivity
Gets or sets the last login date in short format.
Public propertyLoginName
Gets or sets the login Name of the Membership User
Public propertyMatchedByEmail
Returns true if this identity was associated to PFUser by email
Public propertyMatchedByLogin
Returns true if this identity was associated to PFUser by login
Top
See Also