Forum Discussion

  • The FirePass client API is a Windows control that will allow you to establish a communication channel through one of your "favorites" (either a VPN or AppTunnels). This is analogous to connecting to one of these through the web browser except that you can control it programmatically. Currently, we only support username/password authentication which is required each time a connection is established.

     

     

    So, if you need to use your application to control a communication channel between the device your application is running on and a network protected by a Firepass, then you can use the windows control included in the SDK to do this. The FirePass Client SDK includes a sample application that illustrates the usage of the API.

     

     

    -Joe