Share via


DefaultProxySection.UseDefaultCredentials Propiedad

Definición

Obtiene o establece si se utilizarán las credenciales predeterminadas para obtener acceso a un servidor proxy Web.

public:
 property bool UseDefaultCredentials { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)]
public bool UseDefaultCredentials { get; set; }
[<System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)>]
member this.UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean

Valor de propiedad

Es true si deben utilizarse las credenciales predeterminadas; en cualquier otro caso, es false.

Atributos

Se aplica a