Mono Class Library: Overview

System.Web.Security.SqlMembershipProvider: Method Members

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

Public Methods

override
ChangePassword(string, string, string) : bool
Documentation for this section has not yet been entered.
override
ChangePasswordQuestionAndAnswer(string, string, string, string) : bool
Documentation for this section has not yet been entered.
override
CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus) : MembershipUser
Documentation for this section has not yet been entered.
override
DeleteUser(string, bool) : bool
Documentation for this section has not yet been entered.
override
FindUsersByEmail(string, int, int, out int) : MembershipUserCollection
Documentation for this section has not yet been entered.
override
FindUsersByName(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.
override
GetAllUsers(int, int, out int) : MembershipUserCollection
Documentation for this section has not yet been entered.
override
GetNumberOfUsersOnline() : int
Documentation for this section has not yet been entered.
override
GetPassword(string, string) : string
Documentation for this section has not yet been entered.
override
GetUser(object, bool) : MembershipUser
Documentation for this section has not yet been entered.
override
GetUser(string, bool) : MembershipUser
Documentation for this section has not yet been entered.
override
GetUserNameByEmail(string) : string
Documentation for this section has not yet been entered.
override
Initialize(string, System.Collections.Specialized.NameValueCollection)
Documentation for this section has not yet been entered.
override
ResetPassword(string, string) : string
Documentation for this section has not yet been entered.
override
UnlockUser(string) : bool
Documentation for this section has not yet been entered.
override
UpdateUser(MembershipUser)
Documentation for this section has not yet been entered.
override
ValidateUser(string, string) : bool
Documentation for this section has not yet been entered.