The methods of System.Web.Security.SqlMembershipProvider are listed below. For a list of all members, see the SqlMembershipProvider Members list.
See Also: Inherited members from System.Web.Security.MembershipProvider
overrideChangePassword(string, string, string) : bool Documentation for this section has not yet been entered. overrideChangePasswordQuestionAndAnswer(string, string, string, string) : bool Documentation for this section has not yet been entered. overrideCreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus) : MembershipUser Documentation for this section has not yet been entered. overrideDeleteUser(string, bool) : bool Documentation for this section has not yet been entered. overrideFindUsersByEmail(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. overrideFindUsersByName(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered.GeneratePassword() : string Documentation for this section has not yet been entered. overrideGetAllUsers(int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. overrideGetNumberOfUsersOnline() : int Documentation for this section has not yet been entered. overrideGetPassword(string, string) : string Documentation for this section has not yet been entered. overrideGetUser(object, bool) : MembershipUser Documentation for this section has not yet been entered. overrideGetUser(string, bool) : MembershipUser Documentation for this section has not yet been entered. overrideGetUserNameByEmail(string) : string Documentation for this section has not yet been entered. overrideInitialize(string, System.Collections.Specialized.NameValueCollection) Documentation for this section has not yet been entered. overrideResetPassword(string, string) : string Documentation for this section has not yet been entered. overrideUnlockUser(string) : bool Documentation for this section has not yet been entered. overrideUpdateUser(MembershipUser) Documentation for this section has not yet been entered. overrideValidateUser(string, string) : bool Documentation for this section has not yet been entered.