Membership Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateUser |
Overloaded.
Adds a new user to the data store.
|
| DeleteUser |
Overloaded.
Deletes a user from the database.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| FindUsersByEmail |
Overloaded.
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
|
| FindUsersByName |
Overloaded.
Gets a collection of membership users where the user name contains the specified user name to match.
|
| GeneratePassword |
Generates a random password of the specified length.
|
| GetAllUsers |
Overloaded.
Gets a collection of the users in the database.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetNumberOfUsersOnline |
Gets the number of users currently accessing an application.
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| GetUser |
Overloaded.
Gets the information for a membership user from the data source.
|
| GetUserNameByEmail |
Gets a user name where the e-mail address for the user matches the specified e-mail address.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| UpdateUser |
Updates the database with the information for the specified user.
|
| ValidateUser |
Verifies that the supplied user name and password are valid.
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Community Additions
ADD
Show: