Condividi tramite


Proprietà WebTest.PreAuthenticate

Ottiene o imposta un valore che indica se pre-autenticare tutte le richieste nel test delle prestazioni Web.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se tutte le richieste vengono pre-autenticate. In caso contrario, false.Il valore predefinito è true.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting