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> 元素,每个元素都包含安全令牌处理程序集合的设置。

适用于

另请参阅