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
staticCreateUser(string, string) : MembershipUser Documentation for this section has not yet been entered. staticCreateUser(string, string, string) : MembershipUser Documentation for this section has not yet been entered. staticCreateUser(string, string, string, string, string, bool, out MembershipCreateStatus) : MembershipUser Documentation for this section has not yet been entered. staticCreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus) : MembershipUser Documentation for this section has not yet been entered. staticDeleteUser(string) : bool Documentation for this section has not yet been entered. staticDeleteUser(string, bool) : bool Documentation for this section has not yet been entered. staticFindUsersByEmail(string) : MembershipUserCollection Documentation for this section has not yet been entered. staticFindUsersByEmail(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. staticFindUsersByName(string) : MembershipUserCollection Documentation for this section has not yet been entered. staticFindUsersByName(string, int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. staticGeneratePassword(int, int) : string Documentation for this section has not yet been entered. staticGetAllUsers() : MembershipUserCollection Documentation for this section has not yet been entered. staticGetAllUsers(int, int, out int) : MembershipUserCollection Documentation for this section has not yet been entered. staticGetNumberOfUsersOnline() : int Documentation for this section has not yet been entered. staticGetUser() : MembershipUser Documentation for this section has not yet been entered. staticGetUser(bool) : MembershipUser Documentation for this section has not yet been entered. staticGetUser(object) : MembershipUser Documentation for this section has not yet been entered. staticGetUser(string) : MembershipUser Documentation for this section has not yet been entered. staticGetUser(object, bool) : MembershipUser Documentation for this section has not yet been entered. staticGetUser(string, bool) : MembershipUser Documentation for this section has not yet been entered. staticGetUserNameByEmail(string) : string Documentation for this section has not yet been entered. staticUpdateUser(MembershipUser) Documentation for this section has not yet been entered. staticValidateUser(string, string) : bool Documentation for this section has not yet been entered.