Using client certificates in .NET part 9: working with client certificates in OWIN/Katana III
February 8, 2016 4 Comments
Introduction
In the previous post we added a couple of components necessary to add client certificate authentication into the OWIN middleware chain. We haven’t yet put the elements to work though. That is the main topic of this post which will finish this series. We’ll also run a couple of tests.
Have the demo application open in Visual Studio in administrator mode.