MADE.NET
MADE.NET copied to clipboard
[Feature] EF Core `Protected` property attribute
Describe the feature and how it will be used
Introduce a protected data type attribute that can be applied to an EF entity model property. It will be capable of protecting when stored and unprotecting when retrieved via EF.
Implementation would preferably use the .NET data protection APIs.