OracleMembershipProvider Members
OracleMembershipProvider
members are listed in the following tables.
OracleMembershipProvider Constructors
The OracleMembershipProvider
constructor is listed in Table 2-1.
Table 2-1 OracleMembershipProvider Constructor
Constructor | Description |
---|---|
Instantiates a new instance of the |
OracleMembershipProvider Static Methods
OracleMembershipProvider
static methods are listed in Table 2-2.
Table 2-2 OracleMembershipProvider Static Methods
Static Methods | Description |
---|---|
|
Inherited from |
|
Inherited from |
OracleMembershipProvider Public Properties
OracleMembershipProvider
public properties are listed in Table 2-3.
Table 2-3 OracleMembershipProvider Public Properties
Public Properties | Description |
---|---|
Gets or sets the name of the application that is used to group user information |
|
Gets the number of seconds that the command is allowed to execute before it is terminated with an exception |
|
|
Inherited from |
Indicates whether the membership provider is configured to allow users to reset their passwords |
|
Indicates whether the membership provider is configured to allow users to retrieve their passwords |
|
Gets the number of invalid password or password-answer attempts allowed before the user is locked out |
|
Gets the minimum number of special characters that must be present in a valid password |
|
Gets the minimum length required for a password |
|
|
Inherited from |
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the user is locked out |
|
Gets the password compatibility mode. |
|
Gets a value indicating the format for storing passwords in the membership data source |
|
Gets the regular expression used to evaluate a password |
|
Gets a value indicating whether the membership provider is configured in such a way that it requires the user to answer a password question for password reset and retrieval |
|
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name |
OracleMembershipProvider Public Methods
OracleMembershipProvider
public methods are listed in Table 2-4.
Table 2-4 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 |
OracleMembershipProvider Public Events
OracleMembershipProvider
public event is listed in Table 2-5.
Table 2-5 OracleMembershipProvider Public Event
Public Event | Description |
---|---|
|
Inherited from |
See Also: