The members of System.Web.Security.MembershipProvider are listed below.
See Also: Inherited members from System.Configuration.Provider.ProviderBase
Initializes a new instance of the System.Web.Security.MembershipProvider class. |
abstract | ApplicationName | string.
The name of the application using the custom membership provider. |
[read-only] abstract | EnablePasswordReset | bool.
Indicates whether the membership provider is configured to allow users to reset their passwords. |
[read-only] abstract | EnablePasswordRetrieval | bool.
Indicates whether the membership provider is configured to allow users to retrieve their passwords. |
[read-only] abstract | MaxInvalidPasswordAttempts | int.
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
[read-only] abstract | MinRequiredNonAlphanumericCharacters | int.
Gets the minimum number of special characters that must be present in a valid password. |
[read-only] abstract | MinRequiredPasswordLength | int.
Gets the minimum length required for a password. |
[read-only] abstract | PasswordAttemptWindow | int.
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out. |
[read-only] abstract | PasswordFormat | MembershipPasswordFormat.
Gets a value indicating the format for storing passwords in the membership data store. |
[read-only] abstract | PasswordStrengthRegularExpression | string.
Gets the regular expression used to evaluate a password. |
[read-only] abstract | RequiresQuestionAndAnswer | bool.
Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. |
[read-only] abstract | RequiresUniqueEmail | bool.
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name. |
abstract | ChangePassword(string, string, string)
| |
abstract | ChangePasswordQuestionAndAnswer(string, string, string, string)
| |
abstract | CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus)Documentation for this section has not yet been entered. | |
abstract | DeleteUser(string, bool)
| |
abstract | FindUsersByEmail(string, int, int, out int)Documentation for this section has not yet been entered. | |
abstract | FindUsersByName(string, int, int, out int)Documentation for this section has not yet been entered. | |
abstract | GetAllUsers(int, int, out int)Documentation for this section has not yet been entered. | |
abstract | GetNumberOfUsersOnline()
| |
abstract | GetPassword(string, string)
| |
abstract | GetUser(object, bool)
| |
abstract | GetUser(string, bool)
| |
abstract | GetUserNameByEmail(string)
| |
abstract | ResetPassword(string, string)
| |
abstract | UnlockUser(string)
| |
abstract | UpdateUser(MembershipUser)
| |
abstract | ValidateUser(string, string)
|
DecryptPassword(byte[])
| ||
EncryptPassword(byte[])
| ||
OnValidatingPassword(ValidatePasswordEventArgs)
|
ValidatingPassword |
Occurs when a user is created, a password is changed, or a password is reset. |