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

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

#include <blob_options.hpp>

Public Attributes

std::string Key
 Base64 encoded string of the AES256 encryption key.
 
std::vector< uint8_t > KeyHash
 SHA256 hash of the AES256 encryption key.
 
Models::EncryptionAlgorithmType Algorithm
 The algorithm for Azure Blob Storage to encrypt with.
 

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