Class Aes256EncryptionFactory
ISymmetricEncryptionFactory implementation that use AES-256 encryption.
Implements
Namespace: Tableau.Migration.Content.Files
Assembly: Tableau.Migration.dll
Syntax
public class Aes256EncryptionFactory : ISymmetricEncryptionFactory
Methods
Create()
Creates a new SymmetricAlgorithm object for encryption or decryption.
Declaration
public SymmetricAlgorithm Create()
Returns
Type | Description |
---|---|
SymmetricAlgorithm | The created encryption object. |