Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/app.config @ 4945

Last change on this file since 4945 was 4927, checked in by mjesner, 14 years ago

#1196

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <system.serviceModel>
4    <bindings>
5      <wsHttpBinding>
6     
7        <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00"
8            openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
9            bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
10            maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
11            messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
12            allowCookies="false">
13          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
14              maxBytesPerRead="4096" maxNameTableCharCount="16384" />
15          <reliableSession ordered="true" inactivityTimeout="00:10:00"
16              enabled="false" />
17          <security mode="Message">
18            <transport clientCredentialType="Windows" proxyCredentialType="None"
19                realm="" />
20            <message clientCredentialType="UserName" negotiateServiceCredential="true"
21                algorithmSuite="Default" />
22          </security>
23        </binding>
24      </wsHttpBinding>
25    </bindings>
26    <client>
27     
28      <endpoint address="http://localhost:8732/Design_Time_Addresses/HeuristicLab.Services.Authentication/AuthenticationService"
29          binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAuthenticationService"
30          contract="HeuristicLab.Services.Authentication.IAuthenticationService"
31          name="WSHttpBinding_IAuthenticationService">
32        <identity>
33          <certificate encodedValue="AwAAAAEAAAAUAAAAD/AlkYJw/OUhl6D/9w8mjJBh39kgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhAdEzTisaf2sEZxrqYZfYtCMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDgyMDIyMzIwOFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPkfCSLRX8/4F+Z4ys43yZ4MMzjB44cMakPz4Nri+mEB5n2z/0GFatCYzkI2f/nniWqVrBYjHkjsZy2EZioHu4wa99c1XEGJnFNDuNn6ESkfEyhyF4+OqKGnpK9HNrw7OWMuqn2oOh0iFd9fl6FTAm+Y0p3LP+38BuYzpCniqqdwIDAQABo0kwRzBFBgNVHQEEPjA8gBDvi8Rgio9v+mr58TiAvqF5oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghAdEzTisaf2sEZxrqYZfYtCMAkGBSsOAwIdBQADgYEANdGlvHKeUptfNu9I0wgA5qjmVB+JDldOAkrfM0R+4IcVQ06y5K7P07uxQAV7+rhnDLgLyFJunUHgzbfjsjFy7vjwtoieXA5j0AYlm4AHR7dHt4HVgkIMYt8XOCqMw5jjFX91xJ89tC7mM9zYR48N9T5QSeMGo+f+JzybeLWxnNs=" />
34        </identity>
35      </endpoint>
36    </client>
37  </system.serviceModel>
38</configuration>
Note: See TracBrowser for help on using the repository browser.