Skip to content

This sample demonstrates how to use client side encryption along with Azure Key Vault integration

License

Notifications You must be signed in to change notification settings

zedy-wj/storage-dotnet-client-side-encryption

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

services platforms author
storage, keyvault
dotnet
woodp

Getting Started with Azure Client Side Encryption in .NET

Azure Client Side Encryption Sample - Demonstrates how to use encryption along with Azure Key Vault integration for the Azure Blob service.

Note: If you don't have a Microsoft Azure subscription you can get a FREE trial account here

Running this sample

  Set-AzureRmKeyVaultAccessPolicy -VaultName 'ContosoKeyVault' -ServicePrincipalName 853csbtd-485b-45f3-98f7-ec2301b7b44d -PermissionsToKeys get,unwrapkey
  • Open the App.config file and set "StorageConnectionString", "KVClientId", "KVClientKey", "VaultUri" and optionally "KeyID"

  • Set breakpoints and run the project

More information

What is a Storage Account

Get started with Azure Key Vault

Client-Side Encryption and Azure Key Vault for Microsoft Azure Storage

Client-Side Encryption with Java for Microsoft Azure Storage

Tutorial: Encrypt and decrypt blobs in Microsoft Azure Storage using Azure Key Vault

Getting Started with Blobs

Blob Service Concepts

Blob Service REST API

Get started with Azure Blob storage using .NET

Blob Service Java API

About

This sample demonstrates how to use client side encryption along with Azure Key Vault integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%