IdentityConfiguration.LoadConfiguration(IdentityConfigurationElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションまたは Web 構成ファイルからこの IdentityConfiguration インスタンスの設定を読み込みます。
protected:
void LoadConfiguration(System::IdentityModel::Configuration::IdentityConfigurationElement ^ element);
protected void LoadConfiguration (System.IdentityModel.Configuration.IdentityConfigurationElement element);
member this.LoadConfiguration : System.IdentityModel.Configuration.IdentityConfigurationElement -> unit
Protected Sub LoadConfiguration (element As IdentityConfigurationElement)
パラメーター
- element
- IdentityConfigurationElement
構成ファイルからの IdentityConfigurationElement。
注釈
構成ファイルがない場合、名前付きセクションが存在しない場合、または が null
の場合element
は例外はスローされません。代わりに、インスタンスには一連の既定値が読み込まれます。 このメソッドは、 メソッドを LoadHandlers 呼び出してトークン ハンドラー構成を読み込みます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET