OracleMembershipProvider Public Methods

OracleMembershipProvider public methods are listed in Table 2-8.

Table 2-8 OracleMembershipProvider Public Methods

Public Methods Description

ChangePassword

Updates the password for a user

ChangePasswordQuestionAndAnswer

Updates the password question and answer for a user

CreateUser

Adds a new user to the database

DeleteUser

Removes a user from the database

Equals

Inherited from System.Object (Overloaded)

FindUsersByEmail

Returns a collection of users whose e-mail addresses match the specified e-mail address

FindUsersByName

Returns a collection of users that match the specified user name

GeneratePassword

Generates a random password that is at least 14 characters in length

GetAllUsers

Returns a collection of all the users in the database

GetHashCode

Inherited from System.Object

GetNumberOfUsersOnline

Returns the number of users that are currently accessing the application

GetPassword

Returns the password for the specified user name from the database

GetType

Inherited from System.Object

GetUser

Returns user information from the database based on the unique identifier for the user (Overloaded)

GetUserNameByEmail

Returns the user name associated with the specified e-mail address

Initialize

Initializes the OracleMembership provider with the property values specified in the ASP.NET application configuration file (web.config)

ResetPassword

Resets a user's password and returns a new automatically generated password

ToString

Inherited from System.Object

UnlockUser

Unlocks a user so that the user can be validated

UpdateUser

Updates information about a user in the database

ValidateUser

Validates the user