System.Web.Security.MembershipUser: Method Members

The methods of System.Web.Security.MembershipUser are listed below. For a list of all members, see the MembershipUser Members list.

See Also: Inherited members from System.Object

Public Methods

ChangePassword(string, string) : bool

Updates the password for the membership user in the membership data store.

ChangePasswordQuestionAndAnswer(string, string, string) : bool

Updates the password question and answer for the membership user in the membership data store.

GetPassword() : string

Gets the password for the membership user from the membership data store.

GetPassword(string) : string

Gets the password for the membership user from the membership data store.

ResetPassword() : string

Resets a user's password to a new, automatically generated password.

ResetPassword(string) : string

Resets a user's password to a new, automatically generated password.

override
ToString() : string

Returns the user name for the membership user.

UnlockUser() : bool

Clears the locked-out state of the user so that the membership user can be validated.