AuthenticationModulesSection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証モジュールの構成セクションを表します。 このクラスは継承できません。
public ref class AuthenticationModulesSection sealed : System::Configuration::ConfigurationSection
public sealed class AuthenticationModulesSection : System.Configuration.ConfigurationSection
type AuthenticationModulesSection = class
inherit ConfigurationSection
Public NotInheritable Class AuthenticationModulesSection
Inherits ConfigurationSection
- 継承
注釈
このクラスは、authenticationModules> 要素 (ネットワーク設定) 構成要素に<対応します。
このクラスは、 クラスと WebClient クラスで行われた要求を認証するために登録されたモジュールに関する情報にWebRequestアクセスするために使用されます。
このクラスは、構成ファイルに格納できる情報へのプログラムによるアクセスを提供します。
コンストラクター
AuthenticationModulesSection() |
AuthenticationModulesSection クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET