summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Tests/App.config
blob: fd7c412a5707c7221ef9f4fc255c95a791085fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
   <configSections>
      <sectionGroup name="qpid.client">
         <section name="authentication" type="Apache.Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler, Apache.Qpid.Client"/>
      </sectionGroup>
   </configSections>
   <qpid.client>
      <authentication>
         <add key="TEST" value="Apache.Qpid.Client.Tests.Security.TestCallbackHandler, Apache.Qpid.Client.Tests"/>
      </authentication>
   </qpid.client>
</configuration>