Programming with Reflection

image\rwnprg32.gif WebSecurity property

 

Syntax

object.WebSecurity
object.WebSecurity = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) what happens when you launch Reflection in a web browser using a downloaded settings file. This property allows you to control the degree of security you want to maintain against the possibility of opening a settings file that may contain unknown scripted actions.

Values

The default value is rcWebOpenAskUser.

rcWebOpenAlways Always open downloaded settings files.

rcWebOpenNever Never open downloaded settings files.

rcWebOpenAskUser Display a dialog box when Reflection is launched in a web browser before it opens a downloaded settings file. The dialog box allows the user to select whether or not to open the settings file.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property