Compartilhar via


DefaultProxySection.UseDefaultCredentials Propriedade

Definição

Obtém ou define se as credenciais padrão serão usadas para acessar um servidor proxy da 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 da propriedade

true se as credenciais padrão devem ser usadas; caso contrário, false.

Atributos

Aplica-se a