azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::EncryptionKey Struct Reference

Wrapper for an encryption key to be used with client provided key server-side encryption. More...

#include <blob_options.hpp>

Public Attributes

std::string Key
 Base64 encoded string of the AES256 encryption key.
 
std::string KeyHash
 Base64 encoded string of the AES256 encryption key's SHA256 hash.
 
EncryptionAlgorithmType Algorithm
 The algorithm for Azure Blob Storage to encrypt with.
 

Detailed Description

Wrapper for an encryption key to be used with client provided key server-side encryption.


The documentation for this struct was generated from the following file: