This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
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
- IS3Manager
Syntax
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 |