diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-29 10:46:27 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-29 10:46:27 +0000 |
| commit | 3b1d20656f0e881f6db4d4faaa9edf30b4e91f8b (patch) | |
| tree | 42a06502e9dbd465503d54950ea5ad9f0e798082 /qpid/dotnet/Qpid.Client.Tests/App.config | |
| parent | ed51b35db62e3715e34d010728d9aa2c862b1a22 (diff) | |
| download | qpid-python-3b1d20656f0e881f6db4d4faaa9edf30b4e91f8b.tar.gz | |
(Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL capability to the .Net client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@501001 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/Qpid.Client.Tests/App.config')
| -rw-r--r-- | qpid/dotnet/Qpid.Client.Tests/App.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/dotnet/Qpid.Client.Tests/App.config b/qpid/dotnet/Qpid.Client.Tests/App.config new file mode 100644 index 0000000000..64c6def5fd --- /dev/null +++ b/qpid/dotnet/Qpid.Client.Tests/App.config @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <configSections>
+ <sectionGroup name="qpid.client">
+ <section name="authentication" type="Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler, Qpid.Client"/>
+ </sectionGroup>
+ </configSections>
+ <qpid.client>
+ <authentication>
+ <add key="TEST" value="Qpid.Client.Tests.Security.TestCallbackHandler, Qpid.Client.Tests"/>
+ </authentication>
+ </qpid.client>
+</configuration>
|
