How to make WCF Client conform to specific WS-Security
问题 I must make my WCF Client consume a web service (IBM DataPower) and sign/encrypt the request using Web Services Security X.509 Certificate Token Profile 1.1 OASIS Standard Specification, 1 February 2006. So far I have created a custom binding and "think" I am working along the right lines: Updated to reflect latest attempt Private Function CreateCustomBinding() As Channels.Binding Dim asbe As New Channels.AsymmetricSecurityBindingElement asbe.MessageSecurityVersion = MessageSecurityVersion