SPIisSettings.SecureBindings property
Gets the collection of secure 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
'Declaration
Public ReadOnly Property SecureBindings As Collection(Of SPSecureBinding)
Get
'Usage
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.