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 Request: support for Dictionary<string, string> #70

Open
heggi opened this issue Nov 20, 2024 · 0 comments
Open

Feature Request: support for Dictionary<string, string> #70

heggi opened this issue Nov 20, 2024 · 0 comments

Comments

@heggi
Copy link

heggi commented Nov 20, 2024

I store Dictionary<string, string> as jsonb column type and I need encrypt every values in dictionary, not keys.

Model example:

public class SomeEntity
{
    [Encrypted] // <-- not worked now
    [Column(TypeName="jsonb")]    
    public Dictionary<string, string> Username { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant