Mono Class Library: Overview

System.Web.Security.Membership: Method Members

The methods of System.Web.Security.Membership are listed below. For a list of all members, see the Membership Members list.

See Also: Inherited members from System.Object

Public Methods

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