共用方式為


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 呼叫 方法來設定令牌處理程式。

適用於