Greetings, Using a policy configuration is it possible to construct a policy that signs and encrypts a message from requestor to service, and the response to be to be encrypted using the same key - by sending the certificate along with the request message?
I'm looking at AsymmetricBinding and finding the Initiator / Recipient Token concept somewhat confusing. By defining an RecipientToken the message will be encrypted from initiator to recipient (what I require) and the response signed from recipient to initiator(I don't require). Is it not possible to specify only one of these actions? Indeed, is it possible to achieve my policy requirements using AsymmectricBinding? Just as a quick aside - when including a UsernameToken using a policy configuration, is it possible to specify a username dynamically, like it is using basic configuration? As another aside - are there any editors available for constructing policy documents? Many Thanks, Alan.
