HMAC authentication in ASP.NET Web API

added by pwalat
2/28/2013 10:51:41 AM

1546 Views

In this article I will explain the concepts behind HMAC authentication and will show how to write an example implementation for ASP.NET Web API using message handlers. The project will include both server and client side (using Web API’s HttpClient) bits.


0 comments