WebTest.PreAuthenticate 属性

获取或设置一个值,该值指示是否对 Web 性能测试内的所有请求进行预身份验证。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property PreAuthenticate As Boolean
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)

属性值

类型:System.Boolean
如果对所有请求进行预身份验证,则为 true;否则为 false。默认值为 true。

.NET Framework 安全性

请参见

参考

WebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间