IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたサービスに対して定義されている SecurityTokenHandlerCollectionManager を読み込みます。
protected:
System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ LoadHandlers(System::IdentityModel::Configuration::IdentityConfigurationElement ^ serviceElement);
protected System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager LoadHandlers (System.IdentityModel.Configuration.IdentityConfigurationElement serviceElement);
member this.LoadHandlers : System.IdentityModel.Configuration.IdentityConfigurationElement -> System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager
Protected Function LoadHandlers (serviceElement As IdentityConfigurationElement) As SecurityTokenHandlerCollectionManager
パラメーター
- serviceElement
- IdentityConfigurationElement
このインスタンスを構成するために使用される <identityConfiguration>
要素。
戻り値
ハンドラー コレクション マネージャー。
注釈
このメソッドは、 メソッドを LoadHandlerConfiguration 呼び出してトークン ハンドラーを構成します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET