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
abstractChangePassword(string, string, string) : bool Documentation for this section has not yet been entered. abstractChangePasswordQuestionAndAnswer(string, string, string, string) : bool Documentation for this section has not yet been entered. abstractCreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus) : MembershipUser Documentation for this section has not yet been entered. abstractDeleteUser(string, bool) : bool Documentation for this section has not yet been entered. abstractFindUsersByEmail(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. abstractFindUsersByName(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. abstractGetAllUsers(int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. abstractGetNumberOfUsersOnline() : int Documentation for this section has not yet been entered. abstractGetPassword(string, string) : string Documentation for this section has not yet been entered. abstractGetUser(object, bool) : MembershipUser Documentation for this section has not yet been entered. abstractGetUser(string, bool) : MembershipUser Documentation for this section has not yet been entered. abstractGetUserNameByEmail(string) : string Documentation for this section has not yet been entered. abstractResetPassword(string, string) : string Documentation for this section has not yet been entered. abstractUnlockUser(string) : bool Documentation for this section has not yet been entered. abstractUpdateUser(MembershipUser) Documentation for this section has not yet been entered. abstractValidateUser(string, string) : bool Documentation for this section has not yet been entered.
DecryptPassword(byte[]) : byte[] Documentation for this section has not yet been entered.EncryptPassword(byte[]) : byte[] Documentation for this section has not yet been entered.OnValidatingPassword(ValidatePasswordEventArgs) Documentation for this section has not yet been entered.