SPIisSettings.SecureBindings Property
Gets the collection of server bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings and that uses Secure Sockets Layer (SSL) protocol.
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>
A System.Collections.ObjectModel.Collection object that contains the server bindings.