Add a FieldAttribute to set the Encrypted property of a field in the source code.
Number: | 2792 |
Tracker: | Change Request |
Author: | Mirko Matytschak |
Version: | NDO 4.0.11 |
Assigned to: | Mirko Matytschak |
Status: | Neu |
Should work that way:
[Field(Encrypted=true)] // Should set the Encrypted property in the Field definition in the mapping file
[Column(Size=-1)] // can be combined with ColumnAttribute
string jsonData;