共用方式為


SystemIdentityModelServicesSection.FederationConfigurationElements 屬性

定義

取得 <federationConfiguration> 區段中所設定的 <system.identityModel.services> 項目集合。

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> 項目。

屬性

適用於

另請參閱