IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) メソッド

定義

指定したサービスに対して定義された 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 メソッドを呼び出します。

適用対象