Dart.PowerWEB.TextBox Namespace > HtmlBox Class : SecureConnection Property |
Gets or sets a value which indicates if the HtmlBox is being requested by a secure connection.
[Visual Basic]
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property SecureConnection As Boolean
[C#]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool SecureConnection {get; set;}
[C++]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property bool get_SecureConnection();
public: __property void set_SecureConnection(
bool value
);
[C++/CLI]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool SecureConnection {
bool get();
void set (bool value);
}
true if the HtmlBox is on a page accessed over HTTPS; false otherwise.
When the HtmlBox loads, the control will automatically detect if it is being used on a secure (HTTPS) page. If this property is true, the IFRAME src will be initialized to the file "sslstub.htm" (which is contained in the default scripts directory) which will suppress any warnings about non-secure elements on the page.
This property can also be set if the control's autodetection incorrectly detects HTTPS.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.