AuthenticationModulesSection::AuthenticationModules Property

 

Gets the collection of authentication modules in the section.

Namespace:   System.Net.Configuration
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
Return to top
Show: