Mono Class Library: Overview

System.Web.Security.MembershipProvider: Members

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

See Also: Inherited members from System.Configuration.Provider.ProviderBase

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

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

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.

Public Events

ValidatingPasswordDocumentation for this section has not yet been entered.