Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have this:
C#
BasicHttpBinding myB = new BasicHttpBinding();
myB.Security.Mode = BasicHttpSecurityMode.TransportWithMessageCredential;
myB.Security.Message.ClientCredentialType = BasicHttpMessageCredentialType.Certificate;
myB.Security.Transport.ClientCredentialType = HttpClientCredentialType.Certificate;

and i would apply (without config) to:
C#
var bind = new CustomBinding();

How can i do? Thank you all.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900