SPIisSettings.SecureBindings property
取得可用的網際網路資訊服務 (IIS) 網站的 IIS 設定適用於及使用 Secure Sockets Layer (SSL) 通訊協定的安全繫結的集合。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Collections.ObjectModel.Collection<SPSecureBinding>
System.Collections.ObjectModel.Collection物件,其中包含伺服器繫結。