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
Syntax
public static void GenerateEncryptionKey(this ICakeContext context, FilePath filePath, int size)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
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