Interface ISymmetricEncryptionFactory
Interface for an object that can create objects for symetric encryption.
Namespace: Tableau.Migration.Content.Files
Assembly: Tableau.Migration.dll
Syntax
public interface ISymmetricEncryptionFactory
Methods
Create()
Creates a new SymmetricAlgorithm object for encryption or decryption.
Declaration
SymmetricAlgorithm Create()
Returns
Type | Description |
---|---|
SymmetricAlgorithm | The created encryption object. |