Persisting the ASP.NET Core Data Protection Key Ring in Azure Key Vault

The ASP.NET Core Data Protection API (DPAPI) is an essential service in ASP.NET Core that is often overlooked. This post will give an overview of what it does and how we can persist the encryption keys in Azure Key Vault. The API’s main purpose is to encrypt and decrypt data. For example, it is used […]

Persisting the ASP.NET Core Data Protection Key Ring in Azure Key Vault Read More »