SystemIdentityModelServicesSection.FederationConfigurationElements 属性
定义
获取配置在此 <federationConfiguration> 部分中的 <system.identityModel.services>元素的集合。Gets the collection of <federationConfiguration> elements configured in this <system.identityModel.services> section.
public:
property System::IdentityModel::Services::Configuration::FederationConfigurationElementCollection ^ FederationConfigurationElements { System::IdentityModel::Services::Configuration::FederationConfigurationElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.IdentityModel.Services.Configuration.FederationConfigurationElementCollection FederationConfigurationElements { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.FederationConfigurationElements : System.IdentityModel.Services.Configuration.FederationConfigurationElementCollection
Public ReadOnly Property FederationConfigurationElements As FederationConfigurationElementCollection
属性值
一个包含所有 <federationConfiguration> 元素的集合,这些元素在 <system.identityModel.services> 部分进行配置。A collection that contains all of the <federationConfiguration> elements configured in this <system.identityModel.services> section.
- 属性