Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/app.config @ 6022

Last change on this file since 6022 was 5257, checked in by mjesner, 13 years ago

#1196

File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3    <system.serviceModel>
4        <bindings>
5            <wsHttpBinding>
6                <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00"
7                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
8                    bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
9                    maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
10                    messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
11                    allowCookies="false">
12                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
13                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
14                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
15                        enabled="false" />
16                    <security mode="Message">
17                        <transport clientCredentialType="Windows" proxyCredentialType="None"
18                            realm="" />
19                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
20                            algorithmSuite="Default" />
21                    </security>
22                </binding>
23            </wsHttpBinding>
24        </bindings>
25        <client>
26            <endpoint address="http://localhost:8732/Design_Time_Addresses/HeuristicLab.Services.Authentication/AuthenticationService"
27                binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAuthenticationService"
28                contract="HeuristicLab.Services.Authentication.IAuthenticationService"
29                name="WSHttpBinding_IAuthenticationService">
30              <identity>
31                <certificate encodedValue="AwAAAAEAAAAUAAAAcW5qweN5KE/c7vDfiOgOVK9MmdUgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhBNYVKrw/XEtUXaCrJWdRQ3MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIxMDEyNDEzOFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcDRvCjtxUsUVe09hYQopTYzqvWEkVmwQhm3L/ZsYL5OXzfmGlT7/sL5SzWzlWrdDIMjW/H65bR50IxvgZ3B/N7x5jnvaV9wIH3000XYHMxKLoTzhths7OjU0uFHnQcI4mzhm6WralCag/wonW5T36pW8s2PixqUBecZZw0hBlbwIDAQABo0kwRzBFBgNVHQEEPjA8gBDjWp8J1q9QALL3wjJ/Q0j5oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghBNYVKrw/XEtUXaCrJWdRQ3MAkGBSsOAwIdBQADgYEADaAsqAYk9qAuzyzkG6i2dCo1lOFuwKobPDzFJ7i3DvIeG8M9b+3JonFJiHItHEG2la82m+kCwV/uedicGdonSzG2WJwh3RqZq6CAlw8mz883npGD0w119XADxSZy+X4Tg6qrePVtWyH2MnKUMb7UTtwgRMhJrrdweP+ysdyue0o=" />
32              </identity>
33            </endpoint>
34        </client>
35    </system.serviceModel>
36</configuration>
Note: See TracBrowser for help on using the repository browser.