HMAC authentication in ASP.NET Web API
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 »
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 »
SSL over HTTPS provides a mechanism for mutual server-client authentication. This can be used as an alternative to more commonly used username/password based approach. In »