Reputation: 2392
I'm going to use MembershipReboot for my asp.net web api authentication and I'm supposed to implement X509 Certificate.
There is an article in msdn about How to: Secure a Service with an X.509 Certificate, which is for WCF services that uses ServiceHost
class. So the question is how to achieve this in asp.net web api services? Is it possible?
Upvotes: 11
Views: 7947
Reputation: 20024
There are some "prerequisites" to work with SSL that is:
You may also want to take a look at:
Here is a full Article on:
Upvotes: 7