SPSecureBinding Class

Represents a server binding for a site that uses Secure Socket Layer (SSL) and secure hypertext transfer protocol (HTTPS).

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.AdministrationOperation.SPSecureBinding

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

Syntax

'Declaration
Public NotInheritable Class SPSecureBinding
'Usage
Dim instance As SPSecureBinding
public sealed class SPSecureBinding

Remarks

Use the SecureBindings property of the SPIisSettings class to return the collection of secure server bindings in Internet Information Services (IIS) settings.

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.

See Also

Reference

SPSecureBinding Members

Microsoft.SharePoint.AdministrationOperation Namespace