SystemIdentityModelSection::IdentityConfigurationElements Property
.NET Framework (current version)
Gets the IdentityConfigurationElementCollection from the configuration file.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)] property IdentityConfigurationElementCollection^ IdentityConfigurationElements { IdentityConfigurationElementCollection^ get(); }
Property Value
Type: System.IdentityModel.Configuration::IdentityConfigurationElementCollection^A collection that contains all of the <identityConfiguration> elements in the <system.identityModel> section.
.NET Framework
Available since 4.5
Available since 4.5
Show: