Mono Class Library: Overview

System.Web.Security.SqlMembershipProvider: Members

The members of System.Web.Security.SqlMembershipProvider are listed below.

See Also: Inherited members from System.Web.Security.MembershipProvider

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

override
ApplicationNamestring. Documentation for this section has not yet been entered.
[read-only]
override
EnablePasswordResetbool. Documentation for this section has not yet been entered.
[read-only]
override
EnablePasswordRetrievalbool. Documentation for this section has not yet been entered.
[read-only]
override
MaxInvalidPasswordAttemptsint. Documentation for this section has not yet been entered.
[read-only]
override
MinRequiredNonAlphanumericCharactersint. Documentation for this section has not yet been entered.
[read-only]
override
MinRequiredPasswordLengthint. Documentation for this section has not yet been entered.
[read-only]
override
PasswordAttemptWindowint. Documentation for this section has not yet been entered.
[read-only]
override
PasswordFormatMembershipPasswordFormat. Documentation for this section has not yet been entered.
[read-only]
override
PasswordStrengthRegularExpressionstring. Documentation for this section has not yet been entered.
[read-only]
override
RequiresQuestionAndAnswerbool. Documentation for this section has not yet been entered.
[read-only]
override
RequiresUniqueEmailbool. Documentation for this section has not yet been entered.

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.