Re: Encrypting the SoapHeaders
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi Alina,
You have to write custom code to encrypt custom headers. WSE doesn't have
any configuration to do that.
You should take a look to this application
http://practices.gotdotnet.com/projects/wsibsp .
That project has some custom assertion that encypt custom headers.
Regards,
Pablo Cibraro
www.lagash.com
"A" <a@xxxxx> wrote in message
news:%23OURoVLtFHA.3188@xxxxxxxxxxxxxxxxxxxxxxx
> Hello
>
> I have a WebService with a method which is expecting two custom
> SoapHeaders (filled with application's data).
> I'm using encryption by user name and password for the message (WSE 2.0).
> The body is encrypted, but not the headers.
> How can I encrypt my two headers (I do not wish to use X.509)?
>
> Thank you,
> Alina
>
.
Relevant Pages
- Re: WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption S
... >> easier to encrypt custom soap headers to conform to the Xml Encryption ... >> localization header, etc). ... WSE 2.0 does allow the body and username ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption S
... We made a custom assertion, which encrypts custom headers using X509 ... >>> easier to encrypt custom soap headers to conform to the Xml Encryption ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: Force user to use outlook and custom organizational form
... Encrypted messages using custom forms are ... not compatible with mail clients other than Outlook. ... IPM.Note messages before you sign or encrypt them. ... (microsoft.public.exchange.development) - Re: Please Help me- Creating Custom tokens
... But i guess that deals with the client sending a custom token obtained ... from a token issuer and using that to encrypt and sign the requests.. ... >> encrypted token from the server to the client. ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: Force user to use outlook and custom organizational form
... >> IPM.Note messages before you sign or encrypt them. ... Internal users need to see the custom user ... > Setting the mesage class back to IPM.Note will cause the message to loose ... > If you want a smart answer, ask a smart question ... (microsoft.public.exchange.development) |
|