Mono Class Library: Overview

System.Web.Security.MembershipProvider: Method Members

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

Public Methods

abstract
ChangePassword(string, string, string) : bool
Documentation for this section has not yet been entered.
abstract
ChangePasswordQuestionAndAnswer(string, string, string, string) : bool
Documentation for this section has not yet been entered.
abstract
CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus) : MembershipUser
Documentation for this section has not yet been entered.
abstract
DeleteUser(string, bool) : bool
Documentation for this section has not yet been entered.
abstract
FindUsersByEmail(string, int, int, out int) : MembershipUserCollection
Documentation for this section has not yet been entered.
abstract
FindUsersByName(string, int, int, out int) : MembershipUserCollection
Documentation for this section has not yet been entered.
abstract
GetAllUsers(int, int, out int) : MembershipUserCollection
Documentation for this section has not yet been entered.
abstract
GetNumberOfUsersOnline() : int
Documentation for this section has not yet been entered.
abstract
GetPassword(string, string) : string
Documentation for this section has not yet been entered.
abstract
GetUser(object, bool) : MembershipUser
Documentation for this section has not yet been entered.
abstract
GetUser(string, bool) : MembershipUser
Documentation for this section has not yet been entered.
abstract
GetUserNameByEmail(string) : string
Documentation for this section has not yet been entered.
abstract
ResetPassword(string, string) : string
Documentation for this section has not yet been entered.
abstract
UnlockUser(string) : bool
Documentation for this section has not yet been entered.
abstract
UpdateUser(MembershipUser)
Documentation for this section has not yet been entered.
abstract
ValidateUser(string, string) : bool
Documentation for this section has not yet been entered.

Protected Methods

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.