Version

SecureConnection Property

Gets or sets a value which indicates if the WebHtmlEditor is being requested by a secure connection.
Syntax
'Declaration
 
Public Property SecureConnection As Boolean
public bool SecureConnection {get; set;}

Property Value

True if the WebHtmlEditor is on a page accessed over HTTPS; false otherwise.
Remarks

When the WebHtmlEditor loads, the control will automatically detect if it is being used on a secure (HTTPS) page.

This property can also be set if the control's autodetection incorrectly detects HTTPS.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also