ContentDeploymentConfiguration.RequiresSecureConnection Property
Gets or sets a value that determines whether the server requires secure communication.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RequiresSecureConnection As Boolean
Get
Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As Boolean
value = instance.RequiresSecureConnection
instance.RequiresSecureConnection = value
public bool RequiresSecureConnection { get; set; }
Property Value
Type: System.Boolean
Remarks
Secure Sockets Layer (SSL) is one example of a supported secure communication.
See Also
Reference
ContentDeploymentConfiguration Class
ContentDeploymentConfiguration Members