D1Migrator<TContext> class
Migrator used to migrate unencrypted data to encrypted data.
public class D1Migrator<TContext>
where TContext : DbContext
parameter | description |
---|---|
TContext | The DbContext migration is done on. |
Public Members
name | description |
---|---|
D1Migrator(…) | Initializes a new instance of the D1Migrator class. |
Migrate<TEntry,TValue>(…) | Migrate data from an unencrypted column to an encrypted column. |
MigrateAsync<TEntry,TValue>(…) |
See Also
- namespace CyberCrypt.D1.EntityFramework.Migrator