System.ServiceModel.DomainServices.Client.ApplicationServices Namespace
[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.]
Provides classes to use from the client for interacting with an authentication domain service.
Classes
Class | Description | |
---|---|---|
AuthenticationDomainContextBase | Provides the domain context generated as the base class for providers implementing IAuthentication<T>. | |
AuthenticationEventArgs | Provides event arguments for events raised by the AuthenticationService class. | |
AuthenticationOperation | Provides the base operation type for all the operations supported by AuthenticationService. | |
AuthenticationResult | Provides an abstract base type for all the results returned by End calls for asynchronous operations in AuthenticationService. | |
AuthenticationService | Provides a base class for services that authenticate, load, and save the current user. | |
FormsAuthentication | Provides an authentication service implementation that performs Forms authentication using a DomainContext generated from a domain service implementing the IAuthentication<T> interface. | |
LoadUserOperation | Operation type returned from LoadUser operations on AuthenticationService. | |
LoadUserResult | Represents the result returned from EndLoadUser. | |
LoginOperation | Operation type returned from Login operations on AuthenticationService. | |
LoginParameters | Specifies parameters to authenticate a user in the Login methods on AuthenticationService. | |
LoginResult | Result returned from EndLogin. | |
LogoutOperation | Operation type returned from Logout operations on AuthenticationService. | |
LogoutResult | Represents the result returned from EndLogout. | |
SaveUserOperation | Represents the operation type returned from SaveUser operations on AuthenticationService. | |
SaveUserResult | Represents the result returned from EndSaveUser. | |
WebAuthenticationService | Provides an abstract extension of the AuthenticationService that interacts with a DomainContext generated from a domain service implementing IAuthentication<T>. | |
WebContextBase | Provides context for the application. | |
WindowsAuthentication | Provides an authentication service implementation that performs Windows authentication using a DomainContext generated from a domain service implementing the IAuthentication<T> interface. |