Azure-Samples / storage-dotnet-client-side-encryption

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 100.0%