This documentation is archived and is not being maintained.
MembershipProvider Methods
Visual Studio 2008
The MembershipProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangePassword | Processes a request to update the password for a membership user. |
|
ChangePasswordQuestionAndAnswer | Processes a request to update the password question and answer for a membership user. |
|
CreateUser | Adds a new membership user to the data source. |
|
DecryptPassword | Decrypts an encrypted password. |
|
DeleteUser | Removes a user from the membership data source. |
|
EncryptPassword | Encrypts a password. |
|
Equals | 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 | Gets a collection of membership users where the e-mail address contains the specified e-mail address to match. |
|
FindUsersByName | Gets a collection of membership users where the user name contains the specified user name to match. |
|
GetAllUsers | Gets a collection of all the users in the data source in pages of data. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNumberOfUsersOnline | Gets the number of users currently accessing the application. |
|
GetPassword | Gets the password for the specified user name from the data source. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUser | Overloaded. Gets information from the data source for a membership user. |
|
GetUserNameByEmail | Gets the user name associated with the specified e-mail address. |
|
Initialize | Initializes the provider. (Inherited from ProviderBase.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnValidatingPassword | Raises the ValidatingPassword event if an event handler has been defined. |
|
ResetPassword | Resets a user's password to a new, automatically generated password. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnlockUser | Clears a lock so that the membership user can be validated. |
|
UpdateUser | Updates information about a user in the data source. |
|
ValidateUser | Verifies that the specified user name and password exist in the data source. |
Show: