ClientFormsAuthenticationMembershipProvider::ValidateUser Method
.NET Framework (current version)
Authenticates a user by using the specified credentials.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| 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:

