SettingsSection.WindowsAuthentication 属性
定义
获取控制默认网络凭据句柄数的配置元素。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
属性值
控制默认网络凭据的句柄数的配置元素。The configuration element that controls the number of handles for default network credentials.
- 属性