The methods of System.Web.Security.MembershipProvider are listed below. For a list of all members, see the MembershipProvider Members list.
See Also: Inherited members from System.Configuration.Provider.ProviderBase
abstract | ChangePassword(string, string, string)
| |
abstract | ChangePasswordQuestionAndAnswer(string, string, string, string)
| |
abstract | CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus)Documentation for this section has not yet been entered. | |
abstract | DeleteUser(string, bool)
| |
abstract | FindUsersByEmail(string, int, int, out int)Documentation for this section has not yet been entered. | |
abstract | FindUsersByName(string, int, int, out int)Documentation for this section has not yet been entered. | |
abstract | GetAllUsers(int, int, out int)Documentation for this section has not yet been entered. | |
abstract | GetNumberOfUsersOnline()
| |
abstract | GetPassword(string, string)
| |
abstract | GetUser(object, bool)
| |
abstract | GetUser(string, bool)
| |
abstract | GetUserNameByEmail(string)
| |
abstract | ResetPassword(string, string)
| |
abstract | UnlockUser(string)
| |
abstract | UpdateUser(MembershipUser)
| |
abstract | ValidateUser(string, string)
|
DecryptPassword(byte[])
| ||
EncryptPassword(byte[])
| ||
OnValidatingPassword(ValidatePasswordEventArgs)
|