OracleMembershipProvider Public Methods
OracleMembershipProvider public methods are listed in Table 2-8.
                  
Table 2-8 OracleMembershipProvider Public Methods
| Public Methods | Description | 
|---|---|
| Updates the password for a user | |
| Updates the password question and answer for a user | |
| Adds a new user to the database | |
| Removes a user from the database | |
| 
 | Inherited from  | 
| Returns a collection of users whose e-mail addresses match the specified e-mail address | |
| Returns a collection of users that match the specified user name | |
| Generates a random password that is at least 14 characters in length | |
| Returns a collection of all the users in the database | |
| 
 | Inherited from  | 
| Returns the number of users that are currently accessing the application | |
| Returns the password for the specified user name from the database | |
| 
 | Inherited from  | 
| Returns user information from the database based on the unique identifier for the user (Overloaded) | |
| Returns the user name associated with the specified e-mail address | |
| Initializes the  | |
| Resets a user's password and returns a new automatically generated password | |
| 
 | Inherited from  | 
| Unlocks a user so that the user can be validated | |
| Updates information about a user in the database | |
| Validates the user |