Configures a trusted source key for an application.
Parameter
Login parameter:
- 
/conn <database connection>: Specifies the database you want to connect to. 
- 
/dialog <dialog authentication>: Specifies the dialog authentication. 
Required parameters:
- 
/path <path to folder>: Specifies which configuration file to load (for example, the web.config file of a web application). The BaseURL setting of this configuration file is used to determine the application to create the trusted source key for. 
Optional parameter:
- 
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible: - 
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection. 
- 
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one. 
- 
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection. 
 
- 
- 
-T: Configures a random generated trusted source key for the application. 
- 
/trustedsourcekey <Trusted Source Key>: Configures the given trusted source key for the application. 
