PassportAuthentication クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
ASP.NET アプリケーションで Passport ベースの認証を構成します。
public ref class PassportAuthentication sealed : System::Configuration::ConfigurationElement
public sealed class PassportAuthentication : System.Configuration.ConfigurationElement
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportAuthentication : System.Configuration.ConfigurationElement
type PassportAuthentication = class
inherit ConfigurationElement
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthentication = class
inherit ConfigurationElement
Public NotInheritable Class PassportAuthentication
Inherits ConfigurationElement
- 継承
- 属性
注釈
PassportAuthentication クラスを使用すると、passport タグによって識別される Machine.config または Web.config 構成ファイル内のノードにアクセスして構成できます。
この型は、 AuthenticationSection、 FormsAuthenticationConfiguration、および AuthenticationMode 型を含むグループの一部です。
Note
PassportAuthentication クラスは、コンピューター、サイト、またはアプリケーション レベルでのみ、構成ファイルの関連セクションに情報を書き込むことができます。 階層内の異なるレベルの構成ファイルに書き込もうとすると、パーサーによってエラー メッセージが生成されます。 このクラスを使用すると、階層内の任意のレベルで構成情報を読み取ることができます。
コンストラクター
| 名前 | 説明 |
|---|---|
| PassportAuthentication() |
古い.
PassportAuthentication クラスの新しいインスタンスを初期化します。 |