Skip to content

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

@heggi

Description

@heggi

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; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions