Propriedade WebTest.PreAuthenticate

Obtém ou define um valor que indica se autenticar previamente todas as solicitações no teste de desempenho da Web.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property PreAuthenticate As Boolean
    Get
    Set
public bool PreAuthenticate { get; set; }
public:
property bool PreAuthenticate {
    bool get ();
    void set (bool value);
}
member PreAuthenticate : bool with get, set
function get PreAuthenticate () : boolean
function set PreAuthenticate (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se todas as solicitações são pré-autenticado; Caso contrário, false.O valor padrão é true.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting