AuthenticationModulesSection::AuthenticationModules Property
.NET Framework (current version)
Gets the collection of authentication modules in the section.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("", IsDefaultCollection = true)] property AuthenticationModuleElementCollection^ AuthenticationModules { AuthenticationModuleElementCollection^ get(); }
Property Value
Type: System.Net.Configuration::AuthenticationModuleElementCollection^A AuthenticationModuleElementCollection that contains the registered authentication modules.
The AuthenticationModuleElementCollection returned by this property contains one AuthenticationModuleElement for each authentication module in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: