S3Manager.

GenerateEncryptionKey(FilePath, int) Method

Summary

Generates a base64-encoded encryption key for Amazon S3 to use to encrypt / decrypt objects
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3Manager

Syntax

public void GenerateEncryptionKey(FilePath filePath, int size)

Parameters

Name Type Description
filePath FilePath The file path to store the key in.
size int The size in bits of the secret key used by the symmetric algorithm

Return Value

Type Description
void