Ashkan
Ashkan

Reputation: 2392

ASP.NET Web API with x509 security certificate

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

Answers (1)

Dalorzo
Dalorzo

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

Related Questions