SPIisSettings.SecureBindings 属性
获取用于 Internet Information Services (IIS) Web 站点,与 IIS 设置和使用安全套接字层 (SSL) 协议的安全绑定的集合。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property SecureBindings As Collection(Of SPSecureBinding)
Get
用法
Dim instance As SPIisSettings
Dim value As Collection(Of SPSecureBinding)
value = instance.SecureBindings
public Collection<SPSecureBinding> SecureBindings { get; }
属性值
类型:System.Collections.ObjectModel.Collection<SPSecureBinding>
System.Collections.ObjectModel.Collection对象,该对象包含服务器绑定。