ClientFormsAuthenticationMembershipProvider::ValidateUser Method

 

Authenticates a user by using the specified credentials.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodValidateUser(String^, String^)

Authenticates a user by using the specified user name and password.(Overrides MembershipProvider::ValidateUser(String^, String^).)

System_CAPS_pubmethodValidateUser(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.

System_CAPS_pubmethodSystem_CAPS_staticValidateUser(String^, String^, String^)

Authenticates a user at the specified service URI by using the specified user name and password.

Return to top
Show: