SettingsSection.WindowsAuthentication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.