MembershipProvider Methods
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| Name | Description | |
|---|---|---|
![]() | ChangePassword(String, String, String) | Processes a request to update the password for a membership user. |
![]() | ChangePasswordQuestionAndAnswer(String, String, String, String) | Processes a request to update the password question and answer for a membership user. |
![]() | CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) | Adds a new membership user to the data source. |
![]() | DecryptPassword(Byte()) | Decrypts an encrypted password. |
![]() | DeleteUser(String, Boolean) | Removes a user from the membership data source. |
![]() | EncryptPassword(Byte()) | Encrypts a password. |
![]() | EncryptPassword(Byte(), MembershipPasswordCompatibilityMode) | Encrypts the specified password using the specified password-compatibility mode. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindUsersByEmail(String, Int32, Int32, Int32) | Gets a collection of membership users where the e-mail address contains the specified e-mail address to match. |
![]() | FindUsersByName(String, Int32, Int32, Int32) | Gets a collection of membership users where the user name contains the specified user name to match. |
![]() | GetAllUsers(Int32, Int32, Int32) | Gets a collection of all the users in the data source in pages of data. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNumberOfUsersOnline() | Gets the number of users currently accessing the application. |
![]() | GetPassword(String, String) | Gets the password for the specified user name from the data source. |
![]() | GetType() | |
![]() | GetUser(Object, Boolean) | Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user. |
![]() | GetUser(String, Boolean) | Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user. |
![]() | GetUserNameByEmail(String) | Gets the user name associated with the specified e-mail address. |
![]() | Initialize(String, NameValueCollection) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | MemberwiseClone() | |
![]() | OnValidatingPassword(ValidatePasswordEventArgs) | Raises the ValidatingPassword event if an event handler has been defined. |
![]() | ResetPassword(String, String) | Resets a user's password to a new, automatically generated password. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnlockUser(String) | Clears a lock so that the membership user can be validated. |
![]() | UpdateUser(MembershipUser) | Updates information about a user in the data source. |
![]() | ValidateUser(String, String) | Verifies that the specified user name and password exist in the data source. |

