EntityFrameworkCore.DataEncryption
EntityFrameworkCore.DataEncryption copied to clipboard
Decimal , Double , long types
hi I try to encrypt properties by integer types like long , decimal , double but it didn't support
I myself use ConverterBuilder<TModelType> to handle my need but it warned me that it is internal and maybe removed in future without any awareness.
what happened in future about this need ?
ConverterBuilder<TModelType> might be removed in the future indeed. I am working on V4 on a code refactoring so adding types could be easier.
Primitive types is not in the library scope for V4, but might be for V5.
Any updates of this?