Developer Support

Advocacy and Innovation

Factoring impact of SQL Secure Login Certificate Key Length on SQL Performance

In this post, Application Development Managers, Lou Sawyer and Everett Yang spotlight the performance impact of certificate key length for login operations with SQL Server. The effect of RSA Key Length on CPU utilization during decryption is well documented. With a larger key size, we expect higher CPU utilization during decryption. ...

Using Client Certificate Authentication for Web API Hosted in Azure

In a recent post from his blog, Premier Developer Consultant Razi Rais  gives us a step-by-step overview of how to add client certificate Authentication for Web Api Hosted in Azure. During recent customer engagement there was a discussion around client certificate [a.k.a tls mutual] authentication and how to use it with asp.net web api ...