Click here to Skip to main content
15,891,473 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General.NET Framework Class Library Pin
JBAK_CP25-Mar-08 10:20
JBAK_CP25-Mar-08 10:20 
GeneralRe: .NET Framework Class Library Pin
led mike25-Mar-08 10:28
led mike25-Mar-08 10:28 
GeneralRe: .NET Framework Class Library Pin
JBAK_CP25-Mar-08 10:50
JBAK_CP25-Mar-08 10:50 
GeneralRe: .NET Framework Class Library Pin
led mike25-Mar-08 10:55
led mike25-Mar-08 10:55 
GeneralRe: .NET Framework Class Library Pin
Scott Dorman25-Mar-08 15:39
professionalScott Dorman25-Mar-08 15:39 
GeneralRe: .NET Framework Class Library Pin
Mark Salsbery25-Mar-08 16:01
Mark Salsbery25-Mar-08 16:01 
GeneralTracing internal method calls in aspect oriented programming Pin
mercurysmiles20-Mar-08 23:59
mercurysmiles20-Mar-08 23:59 
QuestionHow to sign the soap body in WCF Pin
konkola19-Mar-08 22:51
konkola19-Mar-08 22:51 
In my WCF client code I'm trying to sign the soap body with client certificate but can't get it to work.
Only some parts of the soap header (e.g. TimeStamp) gets signed but the body never will.

I've tried basicHttpBinding, wsHttpBinding and customBinding but everything fails.

Here's my wsHttpBinding:

<wsHttpBinding>
<binding name="testBinding2" textEncoding="utf-8">
<security mode="TransportWithMessageCredential">
<transport clientCredentialType="None" />
<message clientCredentialType="Certificate" negotiateServiceCredential="false"
algorithmSuite="Default" establishSecurityContext="false" />
</security>
</binding>
</wsHttpBinding>

Then I've tried custom binding:

<customBinding>
<binding name="testBinding">
<textMessageEncoding messageVersion="Soap11" />
<security defaultAlgorithmSuite="Default" authenticationMode="CertificateOverTransport"
requireDerivedKeys="false" securityHeaderLayout="Strict" includeTimestamp="true"
keyEntropyMode="CombinedEntropy" messageProtectionOrder="SignBeforeEncrypt"
messageSecurityVersion="WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10"
requireSecurityContextCancellation="false">
<secureConversationBootstrap />
</security>
<httpsTransport />
</binding>
</customBinding>

Any ideas?

Thanks in advance.
AnswerRe: How to sign the soap body in WCF Pin
MrMundial21-Apr-10 4:31
MrMundial21-Apr-10 4:31 
GeneralRe: How to sign the soap body in WCF Pin
Rick Piovesan15-Oct-10 3:18
Rick Piovesan15-Oct-10 3:18 
GeneralRe: How to sign the soap body in WCF Pin
MrMundial21-Oct-10 3:20
MrMundial21-Oct-10 3:20 
QuestionObject Consistency Problem Pin
Thanks for all the fish19-Mar-08 22:23
Thanks for all the fish19-Mar-08 22:23 
GeneralRe: Object Consistency Problem Pin
Pete O'Hanlon20-Mar-08 0:54
mvePete O'Hanlon20-Mar-08 0:54 
GeneralRe: Object Consistency Problem [modified] Pin
PIEBALDconsult20-Mar-08 16:46
mvePIEBALDconsult20-Mar-08 16:46 
GeneralRe: Object Consistency Problem Pin
Pete O'Hanlon21-Mar-08 11:18
mvePete O'Hanlon21-Mar-08 11:18 
GeneralRe: Object Consistency Problem Pin
PIEBALDconsult21-Mar-08 12:55
mvePIEBALDconsult21-Mar-08 12:55 
GeneralRe: Object Consistency Problem Pin
Derek Bartram21-Mar-08 15:29
Derek Bartram21-Mar-08 15:29 
GeneralRe: Object Consistency Problem Pin
Ray Cassick25-Mar-08 11:35
Ray Cassick25-Mar-08 11:35 
QuestionUsing Certificates with c# and ASP.NET Pin
sfog19-Mar-08 11:10
sfog19-Mar-08 11:10 
GeneralCross post - please ignore Pin
pmarfleet19-Mar-08 11:16
pmarfleet19-Mar-08 11:16 
QuestionWhat do you mean you can't find the assembly? Pin
FyreWyrm18-Mar-08 15:13
FyreWyrm18-Mar-08 15:13 
GeneralRe: What do you mean you can't find the assembly? Pin
led mike19-Mar-08 5:32
led mike19-Mar-08 5:32 
GeneralRe: What do you mean you can't find the assembly? Pin
PIEBALDconsult19-Mar-08 11:55
mvePIEBALDconsult19-Mar-08 11:55 
GeneralRe: What do you mean you can't find the assembly? Pin
led mike21-Mar-08 9:41
led mike21-Mar-08 9:41 
GeneralRe: What do you mean you can't find the assembly? Pin
FyreWyrm19-Mar-08 12:18
FyreWyrm19-Mar-08 12:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.