The members of System.Web.Security.SqlMembershipProvider are listed below.
See Also: Inherited members from System.Web.Security.MembershipProvider
Initializes a new instance of the System.Web.Security.SqlMembershipProvider class. |
override | ApplicationName | string.
Gets or sets the name of the application to store and retrieve membership information for. |
[read-only] override | EnablePasswordReset | bool.
Gets a value indicating whether the SQL Server membership provider is configured to allow users to reset their passwords. |
[read-only] override | EnablePasswordRetrieval | bool.
Gets a value indicating whether the SQL Server membership provider is configured to allow users to retrieve their passwords. |
[read-only] override | MaxInvalidPasswordAttempts | int.
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
[read-only] override | MinRequiredNonAlphanumericCharacters | int.
Gets the minimum number of special characters that must be present in a valid password. |
[read-only] override | MinRequiredPasswordLength | int.
Gets the minimum length required for a password. |
[read-only] override | PasswordAttemptWindow | int.
Gets the time window between which consecutive failed attempts to provide a valid password or password answers are tracked. |
[read-only] override | PasswordFormat | MembershipPasswordFormat.
Gets a value indicating the format for storing passwords in the SQL Server membership database. |
[read-only] override | PasswordStrengthRegularExpression | string.
Gets the regular expression used to evaluate a password. |
[read-only] override | RequiresQuestionAndAnswer | bool.
Gets a value indicating whether the SQL Server membership provider is configured to require the user to answer a password question for password reset and retrieval. |
[read-only] override | RequiresUniqueEmail | bool.
Gets a value indicating whether the SQL Server membership provider is configured to require a unique e-mail address for each user name. |
override | ChangePassword(string, string, string)
| |
override | ChangePasswordQuestionAndAnswer(string, string, string, string)
| |
override | CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus)Documentation for this section has not yet been entered. | |
override | DeleteUser(string, bool)
| |
override | FindUsersByEmail(string, int, int, out int)Documentation for this section has not yet been entered. | |
override | FindUsersByName(string, int, int, out int)Documentation for this section has not yet been entered. | |
GeneratePassword()
| ||
override | GetAllUsers(int, int, out int)Documentation for this section has not yet been entered. | |
override | GetNumberOfUsersOnline()
| |
override | GetPassword(string, string)
| |
override | GetUser(object, bool)
| |
override | GetUser(string, bool)
| |
override | GetUserNameByEmail(string)
| |
override | Initialize(string, System.Collections.Specialized.NameValueCollection)
| |
override | ResetPassword(string, string)
| |
override | UnlockUser(string)
| |
override | UpdateUser(MembershipUser)
| |
override | ValidateUser(string, string)
|