11

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?

Dalorzo
  • 19,834
  • 7
  • 55
  • 102
Ashkan
  • 3,322
  • 4
  • 36
  • 47

1 Answers1

7

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:

Community
  • 1
  • 1
Dalorzo
  • 19,834
  • 7
  • 55
  • 102
  • 3
    Link-only answers are discouraged on stack overflow due to the risk of the referenced article being altered, path changed, or removed by the target site. Extracting the relevant information into the question and linking to the site as a backing resource is preferred. – Tetsujin no Oni Sep 18 '14 at 16:30