NetSectionGroup.AuthenticationModules Property

Definition

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

public:
 property System::Net::Configuration::AuthenticationModulesSection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModulesSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationModules")]
public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("authenticationModules")>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModulesSection
Public ReadOnly Property AuthenticationModules As AuthenticationModulesSection

Property Value

A AuthenticationModulesSection object.

Attributes

Remarks

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

Applies to