NetSectionGroup::AuthenticationModules Property

 

Gets the configuration section containing the authentication modules registered for the local computer.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("authenticationModules")]
property AuthenticationModulesSection^ AuthenticationModules {
	AuthenticationModulesSection^ get();
}

The section returned by this property corresponds to the <authenticationModules> Element (Network Settings) configuration element.

.NET Framework
Available since 2.0
Return to top
Show: