IdentityConfigurationElement.SecurityTokenHandlerSets 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個識別組態項目相關聯的 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>
元素,每個元素都包含安全性令牌處理程式集合的設定。