共用方式為


SPSecureBinding class

代表使用安全通訊端層 (SSL) 和安全的超文字傳輸通訊協定 (HTTPS) 網站的伺服器繫結。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPSecureBinding

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSecureBinding _
    Inherits SPAutoSerializingObject
'用途
Dim instance As SPSecureBinding
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSecureBinding : SPAutoSerializingObject

備註

使用SPIisSettings類別之SecureBindings屬性可傳回保護伺服器繫結之集合中網際網路資訊服務 (IIS) 設定。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPSecureBinding members

Microsoft.SharePoint.Administration namespace