System.ServiceModel.DomainServices.Server.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 for implementing authentication, roles, and profiles as a domain service.

Classes

  Class Description
Public class AuthenticationBase<T> Provides a base domain service that encapsulates the authentication domain.
Public class AuthenticationServiceAttribute Designates a domain service as an authentication service.
Public class ProfileUsageAttribute Describes how a property is backed in an ASP.NET profile.
Public class UserBase Serves as the base class for user entities that pass principal values to the client.

Interfaces

  Interface Description
Public interface IAuthentication<T> Defines methods for domain service instances that encapsulates the authentication domain.
Public interface IUser Defines the methods for user entities that pass principal values to the client.