次の方法で共有


System.ServiceModel.DomainServices.Client.ApplicationServices 名前空間

クライアントで認証ドメイン サービスとの対話に使用するクラスを提供します。

クラス

クラス 説明
AuthenticationDomainContextBase IAuthentication を実装するプロバイダーの基本クラスとして生成されたドメイン コンテキストを提供します。
AuthenticationEventArgs AuthenticationService クラスで発生したイベントのイベント引数を提供します。
AuthenticationOperation AuthenticationService でサポートされたすべての操作の基本操作の型を提供します。
AuthenticationResult AuthenticationService で非同期操作の End 呼び出しから返されたすべての結果の抽象基本型を提供します。
AuthenticationService 現在のユーザーの認証、読み込み、保存を行うサービスの基本クラスを提供します。
FormsAuthentication IAuthentication インターフェイスを実装するドメイン サービスから生成された DomainContext を使用してフォーム認証を実行する認証サービスの実装を提供します。
LoadUserOperation AuthenticationServiceLoadUser 操作から返された操作の型。
LoadUserResult EndLoadUser から返された結果を表します。
LoginOperation AuthenticationServiceLogin 操作から返された操作の型。
LoginParameters AuthenticationServiceLogin メソッドでユーザーを認証するパラメーターを指定します。
LoginResult EndLoginから返された結果。
LogoutOperation AuthenticationServiceLogout 操作から返された操作の型。
LogoutResult EndLogout から返された結果を表します。
SaveUserOperation AuthenticationServiceSaveUser 操作から戻された操作型を表します。
SaveUserResult EndSaveUser から返された結果を表します。
WebAuthenticationService IAuthentication を実装するドメイン サービスで生成された DomainContext と対話する AuthenticationService の抽象拡張を提供します。
WebContextBase アプリケーションのコンテキストを提供します。
WindowsAuthentication IAuthentication インターフェイスを実装するドメイン サービスから生成された DomainContext を使用して Windows 認証を実行する認証サービスの実装を提供します。