how to implement 2-way SSL certificate for WCF

2019-03-01 04:52发布

I am a newbie to WCF so trying to figure out how to implement 2way ssl certficate authentication for WCF service i need to host. The consumer of the service would provide us with there certificate and we are supposed to provide them with ours.

The part i don't understand and would appreciate help is how to do we go about it in the way of either 1. articles pointing out the steps or 2. Code samples.

Thanks.

1条回答
成全新的幸福
2楼-- · 2019-03-01 05:34

The following web pages provide a fairly comprehensive overview of a Windows Communication Foundation (WCF) service and client secured using mutual certificate authentication. The code and configuration in the articles were helpful when our team first tackled WCF services with mutual x509 certificate authentication.

http://msdn.microsoft.com/en-us/library/ms733102(v=vs.110).aspx
http://www.codeproject.com/Articles/348595/Use-Mutual-SSL-Authentication-in-WCF

Regards,

查看更多
登录 后发表回答