This documentation is archived and is not being maintained.
ClientFormsAuthenticationMembershipProvider::ValidateUser Method
Visual Studio 2008
Authenticates a user by using the specified credentials.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ValidateUser(String, String) | Authenticates a user by using the specified user name and password. (Overrides MembershipProvider::ValidateUser(String, String).) |
|
ValidateUser(String, String, Boolean) | Authenticates a user by using the specified user name and password, optionally storing a hash of the password in the local data cache. |
|
ValidateUser(String, String, String) | Authenticates a user at the specified service URI by using the specified user name and password. |
Show: