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 e-mail address contains the specified e-mail address to match. |
![]() | FindUsersByName | Overridden. Gets a collection of membership users where the user name contains the specified user name to match. |
![]() | 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 e-mail 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. |