| Name | Description | |
|---|---|---|
![]() | VistaDBMembershipProvider Constructor |
The following tables list the members exposed by VistaDBMembershipProvider.
| Name | Description | |
|---|---|---|
![]() | VistaDBMembershipProvider Constructor |
| Name | Description | |
|---|---|---|
![]() | ApplicationName | Overridden. The name of the application using the custom membership provider. |
![]() | Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from System.Configuration.Provider.ProviderBase) |
![]() | EnablePasswordReset | Overridden. Indicates whether the membership provider is configured to allow users to reset their passwords. |
![]() | EnablePasswordRetrieval | Overridden. Indicates whether the membership provider is configured to allow users to retrieve their passwords. |
![]() | MaxInvalidPasswordAttempts | Overridden. Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
![]() | MinRequiredNonAlphanumericCharacters | Overridden. Gets the minimum number of special characters that must be present in a valid password. |
![]() | MinRequiredPasswordLength | Overridden. Gets the minimum length required for a password. |
![]() | Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from System.Configuration.Provider.ProviderBase) |
![]() | PasswordAttemptWindow | Overridden. 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. |
![]() | PasswordFormat | Overridden. Gets a value indicating the format for storing passwords in the membership data store. |
![]() | PasswordStrengthRegularExpression | Overridden. Gets the regular expression used to evaluate a password. |
![]() | RequiresQuestionAndAnswer | Overridden. Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. |
![]() | RequiresUniqueEmail | Overridden. Gets a value indicating whether the membership provider is configured to require a unique email address for each user name. |
| Name | Description | |
|---|---|---|
![]() | ChangePassword | Overridden. Processes a request to update the password for a membership user. |
![]() | ChangePasswordQuestionAndAnswer | Overridden. Processes a request to update the password question and answer for a membership user. |
![]() | CreateUser | Overridden. Adds a new membership user to the data source. |
![]() | DeleteUser | Overridden. Removes a user from the membership data source. |
![]() | FindUsersByEmail | Overridden. Gets a collection of membership users where the email address contains the specified email address to match. |
![]() | FindUsersByName | Overridden. Gets a collection of membership users where the user name contains the specified user name to match. |
![]() | GeneratePassword | |
![]() | GetAllUsers | Overridden. Gets a collection of all the users in the data source in pages of data. |
![]() | GetNumberOfUsersOnline | Overridden. Gets the number of users currently accessing the application. |
![]() | GetPassword | Overridden. Gets the password for the specified user name from the data source. |
![]() | GetUser | Overloaded. Overridden. Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user. |
![]() | GetUserNameByEmail | Overridden. Gets the user name associated with the specified email address. |
![]() | Initialize | Overridden. Initializes the configuration builder. |
![]() | ResetPassword | Overridden. Resets a user's password to a new, automatically generated password. |
![]() | UnlockUser | Overridden. Clears a lock so that the membership user can be validated. |
![]() | UpdateUser | Overridden. Updates information about a user in the data source. |
![]() | ValidateUser | Overridden. Verifies that the specified user name and password exist in the data source. |
| Name | Description | |
|---|---|---|
![]() | DecryptPassword | Decrypts an encrypted password. (Inherited from System.Web.Security.MembershipProvider) |
![]() | EncryptPassword | Overloaded. Encrypts a password. (Inherited from System.Web.Security.MembershipProvider) |
![]() | OnValidatingPassword | Raises the System.Web.Security.MembershipProvider.ValidatingPassword event if an event handler has been defined. (Inherited from System.Web.Security.MembershipProvider) |
| Name | Description | |
|---|---|---|
![]() | ValidatingPassword | Occurs when a user is created, a password is changed, or a password is reset. (Inherited from System.Web.Security.MembershipProvider) |