Share via


IdentityConfigurationElement.SecurityTokenHandlerSets 屬性

定義

取得或設定與這個識別組態項目相關聯的 SecurityTokenHandlerSetElementCollection

public:
 property System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ SecurityTokenHandlerSets { System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.SecurityTokenHandlerSets : System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection

屬性值

針對這個身分識別組態專案所設定的安全性令牌處理程式集合。

屬性

備註

對應至專案下<identityConfiguration>所設定的<securityTokenHandlers>元素集。 身分識別組態專案可以有多個 <securityTokenHandlers> 元素,每個元素都包含安全性令牌處理程式集合的設定。

適用於

另請參閱