Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] EF Core Protected property attribute #163

Open
jamesmcroft opened this issue Oct 20, 2021 · 0 comments
Open

[Feature] EF Core Protected property attribute #163

jamesmcroft opened this issue Oct 20, 2021 · 0 comments
Labels
feature-request Issue is related to a new feature request

Comments

@jamesmcroft
Copy link
Member

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.

@jamesmcroft jamesmcroft added the feature-request Issue is related to a new feature request label Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Issue is related to a new feature request
Projects
None yet
Development

No branches or pull requests

1 participant