Advertisement
Guest User

Sergio Sanchez Gonzalez Chamadoira

a guest
May 23rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <configuration>
  2. <loggingConfiguration name="" tracingEnabled="true" defaultCategory="General">
  3. <specialSources>
  4. <allEvents switchValue="All" name="All Events"/>
  5. <notProcessed switchValue="All" name="Unprocessed Category"/>
  6. <errors switchValue="All" name="Logging Errors & Warnings"/>
  7. </specialSources>
  8. </loggingConfiguration>
  9. <system.serviceModel>
  10. <client>
  11. <endpoint address="https://endpointsigned" behaviorConfiguration="EndpointBehavior" binding="customBinding" bindingConfiguration="SergioSanchezGonzalezChamadoira" contract="BizTalk" name="Sergio">
  12. <identity>
  13. <dns value="DNS mame cert Server cliente"/>
  14. </identity>
  15. </endpoint>
  16. </client>
  17. <behaviors>
  18. <endpointBehaviors>
  19. <behavior name="EndpointBehavior">
  20. <ProtectionLevel level="Sign"/>
  21. <clientCredentials>
  22. <clientCertificate findValue="bababababababababbaba" storeLocation="LocalMachine" x509FindType="FindByThumbprint"/>
  23. <serviceCertificate>
  24. <defaultCertificate findValue="bccbdbdbdbdbbdbdbdbd3" storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindByThumbprint"/>
  25. <authentication certificateValidationMode="PeerTrust" trustedStoreLocation="LocalMachine"/>
  26. </serviceCertificate>
  27. </clientCredentials>
  28. </behavior>
  29. </endpointBehaviors>
  30. <serviceBehaviors>
  31. <behavior name="ServiceBehavior"/>
  32. </serviceBehaviors>
  33. </behaviors>
  34. <bindings>
  35. <customBinding>
  36. <clear/>
  37. <binding name="SergioSanchezGonzalezChamadoira">
  38. <security allowSerializedSigningTokenOnReply="true" enableUnsecuredResponse="true" authenticationMode="MutualCertificateDuplex" securityHeaderLayout="Lax" allowInsecureTransport="true" keyEntropyMode="ClientEntropy" messageProtectionOrder="SignBeforeEncrypt" messageSecurityVersion="WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10" requireSecurityContextCancellation="false"/>
  39. <textMessageEncoding messageVersion="Soap12"/>
  40. <httpsTransport/>
  41. </binding>
  42. </customBinding>
  43. </bindings>
  44. <extensions>
  45. <behaviorExtensions>
  46. <add name="azureStorageBehaviour" type="Microsoft.BizTalk.Wcf.Components.AzureStorageBehaviorExtension,Microsoft.BizTalk.Wcf.Components, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
  47. </behaviorExtensions>
  48. </extensions>
  49. </system.serviceModel>
  50. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement