SettingsSection.WindowsAuthentication Property

Definition

Gets the configuration element that controls the number of handles for default network credentials.

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

Property Value

The configuration element that controls the number of handles for default network credentials.

Attributes

Applies to