Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,


In my WCF service i am having multiple end points ex:(Net.Tcp,Wshttp...) So is it possible to implement one security configuration to both the bindings i.e either Transport or Message Level security


Regards
Pavan.
Posted
Updated 10-Nov-10 0:12am
v2

Yes, you can only have one security config per endpoint but you can have multiple endpoints. If you have a a requirement to use different security strategies, you should consider federated security.
 
Share this answer
 
Comments
Nish Nishant 23-Oct-10 9:52am    
Voted 5, and propose this as answer!
Go through the below link also

http://www.codeproject.com/KB/WCF/HttpBinding.aspx[^]
 
Share this answer
 

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