Sergio Sanchez Gonzalez Chamadoira

                Never    
XML
       
<configuration>
<loggingConfiguration name="" tracingEnabled="true" defaultCategory="General">
<specialSources>
<allEvents switchValue="All" name="All Events"/>
<notProcessed switchValue="All" name="Unprocessed Category"/>
<errors switchValue="All" name="Logging Errors & Warnings"/>
</specialSources>
</loggingConfiguration>
<system.serviceModel>
<client>
<endpoint address="https://endpointsigned" behaviorConfiguration="EndpointBehavior" binding="customBinding" bindingConfiguration="SergioSanchezGonzalezChamadoira" contract="BizTalk" name="Sergio">
<identity>
<dns value="DNS mame cert Server cliente"/>
</identity>
</endpoint>
</client>
<behaviors>
<endpointBehaviors>
<behavior name="EndpointBehavior">
<ProtectionLevel level="Sign"/>
<clientCredentials>
<clientCertificate findValue="bababababababababbaba" storeLocation="LocalMachine" x509FindType="FindByThumbprint"/>
<serviceCertificate>
<defaultCertificate findValue="bccbdbdbdbdbbdbdbdbd3" storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindByThumbprint"/>
<authentication certificateValidationMode="PeerTrust" trustedStoreLocation="LocalMachine"/>
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
<serviceBehaviors>
<behavior name="ServiceBehavior"/>
</serviceBehaviors>
</behaviors>
<bindings>
<customBinding>
<clear/>
<binding name="SergioSanchezGonzalezChamadoira">
<security allowSerializedSigningTokenOnReply="true" enableUnsecuredResponse="true" authenticationMode="MutualCertificateDuplex" securityHeaderLayout="Lax" allowInsecureTransport="true" keyEntropyMode="ClientEntropy" messageProtectionOrder="SignBeforeEncrypt" messageSecurityVersion="WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10" requireSecurityContextCancellation="false"/>
<textMessageEncoding messageVersion="Soap12"/>
<httpsTransport/>
</binding>
</customBinding>
</bindings>
<extensions>
<behaviorExtensions>
<add name="azureStorageBehaviour" type="Microsoft.BizTalk.Wcf.Components.AzureStorageBehaviorExtension,Microsoft.BizTalk.Wcf.Components, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</behaviorExtensions>
</extensions>
</system.serviceModel>
</configuration>

Raw Text