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 メソッドを呼び出します。