Home > Blockchain >  Decrypting and downloading 'encrypted azure blob' using azure key vault in C#
Decrypting and downloading 'encrypted azure blob' using azure key vault in C#

Time:10-29

I am following this document to encrypt the data using Key in Azure Key Vault and uploading to Azure Blob Storage

enter image description here

CodePudding user response:

I tried in my system able to get token encrypt and decrypt blob

try with giving Get permission

enter image description here

enter image description here

OUTPUT:

enter image description here

  • Related