SPIisSettings.UseBasicAuthentication 属性
获取或设置一个值,指定 Web 应用程序是否使用基本身份验证。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UseBasicAuthentication As Boolean
Get
Set
用法
Dim instance As SPIisSettings
Dim value As Boolean
value = instance.UseBasicAuthentication
instance.UseBasicAuthentication = value
public bool UseBasicAuthentication { get; set; }
属性值
类型:System.Boolean
true允许基本身份验证 ;否则为false。默认值是false。