System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间

提供要用于从客户端与身份验证域服务进行交互的类。

说明
AuthenticationDomainContextBase 为实现 IAuthentication 的提供程序提供生成为基类的域上下文。
AuthenticationEventArgs AuthenticationService 类所引发的事件提供事件参数。
AuthenticationOperation AuthenticationService 支持的所有操作提供基操作类型。
AuthenticationResult 为在 AuthenticationService 中的异步操作由 End 调用返回的所有结果提供抽象基类。
AuthenticationService 为验证当前用户身份以及加载和保存当前用户的服务提供基类。
FormsAuthentication 提供一个身份验证服务实现,该实现使用 DomainContext(从实现 IAuthentication 接口的域服务生成)执行 Forms 身份验证。
LoadUserOperation 从对 AuthenticationServiceLoadUser 操作返回的操作类型。
LoadUserResult 表示从 EndLoadUser 返回的结果。
LoginOperation 从对 AuthenticationServiceLogin 操作返回的操作类型。
LoginParameters AuthenticationServiceLogin 方法中指定要对用户进行身份验证的参数。
LoginResult EndLogin 返回的结果。
LogoutOperation AuthenticationService 上的 Logout 操作返回的操作类型。
LogoutResult 表示从 EndLogout 返回的结果。
SaveUserOperation 表示从 AuthenticationService 上的 SaveUser 操作返回的操作类型。
SaveUserResult 表示从 EndSaveUser 返回的结果。
WebAuthenticationService 提供 AuthenticationService 的抽象扩展,可以与从实现 IAuthentication 的域服务所生成的 DomainContext 进行交互。
WebContextBase 提供应用程序的上下文。
WindowsAuthentication 提供身份验证服务应用,通过使用由域服务生成的 DomainContext 执行 Windows 身份验证,该域服务应用 IAuthentication 接口。