AuthenticationService.Login Method
WCF RIA Services
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Asynchronously authenticates and logs in to the server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Login(LoginParameters) | Asynchronously authenticates and logs in to the server with the specified parameters. |
|
Login(String, String) | Asynchronously authenticates and logs in to the server with the specified user name and password. |
|
Login(LoginParameters, Action<LoginOperation>, Object) | Asynchronously authenticates and logs in to the server with the specified parameters, callback method, and user state. |
Show: