SPWebApplicationBuilder.UseSecureSocketsLayer 属性

获取或设置一个布尔值,指定是否将新的 Internet Information Services (IIS) Web 站点承载该 Web 应用程序配置为使用 SSL。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property UseSecureSocketsLayer As Boolean
    Get
    Set
用法
Dim instance As SPWebApplicationBuilder
Dim value As Boolean

value = instance.UseSecureSocketsLayer

instance.UseSecureSocketsLayer = value
public bool UseSecureSocketsLayer { get; set; }

属性值

类型:System.Boolean
true配置 IIS 网站以使用 SSL。否则为false。默认值是false。

备注

UseSecureSocketsLayer属性仅配置 IIS 绑定。SSL 证书必须仍将应用到每个 IIS 网站手动。

另请参阅

引用

SPWebApplicationBuilder 类

SPWebApplicationBuilder 成员

Microsoft.SharePoint.Administration 命名空间