home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / RSASecurID.CAB / SECURE~1.003 < prev   
Extensible Markup Language  |  2007-06-05  |  445b  |  12 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <appSettings>
  4.     <!--Boolean settings. Values can be "true", "false", "1", or "0" -->
  5.     <add key="numericinput" value="true" />
  6.     <add key="fileimport" value="true" />
  7.     <add key="webdownload" value="true" />
  8.     <add key="enabledemo" value="false"/>
  9.     <!--Setting should be aU RL-->
  10.     <add key="webdownloadurl" value="https://" />
  11.   </appSettings>
  12. </configuration>