次の方法で共有


FormsAuthentication のメンバー

IAuthentication インターフェイスを実装するドメイン サービスから生成された DomainContext を使用してフォーム認証を実行する認証サービスの実装を提供します。

FormsAuthentication データ型で公開されるメンバーを以下の表に示します。

パブリック コンストラクター

  名前 説明
  FormsAuthentication FormsAuthentication クラスの新しいインスタンスを初期化します。

このページのトップへ

パブリック プロパティ

(プロテクト プロパティ も参照)

  名前 説明
public property DomainContext  このサービスが認証、読み込み、および保存をデリゲートするドメイン コンテキストを取得または設定します。 (WebAuthenticationService から継承)
public property DomainContextType  ドメイン コンテキストの型を取得または設定します。 (WebAuthenticationService から継承)
public property IsBusy  非同期操作が進行中かどうかを示す値を取得します。 (AuthenticationService から継承)
public property IsLoadingUser  非同期の LoadUser 操作が進行中かどうかを示す値を取得します。 (AuthenticationService から継承)
public property IsLoggingIn  非同期の Login 操作が進行中かどうかを示す値を取得します。 (AuthenticationService から継承)
public property IsLoggingOut  非同期の Logout 操作が進行中かどうかを示す値を取得します。 (AuthenticationService から継承)
public property IsSavingUser  非同期の SaveUser 操作が進行中かどうかを示す値を取得します。 (AuthenticationService から継承)
public property User  認証ユーザーを表すプリンシパルを取得します。 (AuthenticationService から継承)

このページのトップへ

プロテクト プロパティ

  名前 説明
protected property SupportsCancellation  このサービスでキャンセルがサポートされているかどうかを示す値を取得します。 (WebAuthenticationService から継承)

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照)

  名前 説明
public method Equals  オーバーロードされます。(Object から継承)
public method GetHashCode  (Object から継承)
public method GetType  (Object から継承)
public method LoadUser  オーバーロードされます。認証済みのユーザーをサーバーから非同期で読み込みます。 (AuthenticationService から継承)
public method Login  オーバーロードされます。(AuthenticationService から継承)
public method Logout  オーバーロードされます。(AuthenticationService から継承)
public methodstatic ReferenceEquals  (Object から継承)
public method SaveUser  オーバーロードされます。(AuthenticationService から継承)
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method BeginLoadUser  (WebAuthenticationService から継承)
protected method BeginLogin  (WebAuthenticationService から継承)
protected method BeginLogout  (WebAuthenticationService から継承)
protected method BeginSaveUser  (WebAuthenticationService から継承)
protected method CancelLoadUser  (WebAuthenticationService から継承)
protected method CancelLogin  (WebAuthenticationService から継承)
protected method CancelLogout  (WebAuthenticationService から継承)
protected method CancelSaveUser  (WebAuthenticationService から継承)
protected method CreateDefaultUser  既定のユーザーを作成します。 (WebAuthenticationService から継承)
protected method EndLoadUser  (WebAuthenticationService から継承)
protected method EndLogin  (WebAuthenticationService から継承)
protected method EndLogout  (WebAuthenticationService から継承)
protected method EndSaveUser  (WebAuthenticationService から継承)
protected method Finalize  (Object から継承)
protected method Initialize  この認証サービスを初期化します。 (WebAuthenticationService から継承)
protected method MemberwiseClone  (Object から継承)
protected method OnPropertyChanged  (AuthenticationService から継承)
protected method RaisePropertyChanged  (AuthenticationService から継承)

このページのトップへ

パブリック イベント

  名前 説明
public event LoggedIn  新しいユーザーがログインに成功したときに発生します。 (AuthenticationService から継承)
public event LoggedOut  ユーザーがログアウトに成功したときに発生します。 (AuthenticationService から継承)

このページのトップへ

明示的インターフェイスの実装

  名前 説明
  System.ComponentModel.INotifyPropertyChanged.PropertyChanged  (AuthenticationService から継承)

このページのトップへ

参照

リファレンス

FormsAuthentication クラス
System.ServiceModel.DomainServices.Client.ApplicationServices 名前空間