Visual Studio LightSwitch Gets Encrypted String Data Type

LightSwitch extension points can be very useful for Visual Studio developers. One developer recently showed how you can use the “Encrypted String” field data type in any table in a LightSwitch project that has the extension enabled.


The way it works is fairly easy to implement: when an Encrypted String data field is used in a LightSwitch window, it’s decrypted automatically as the cursor is placed into the field. When the cursor leaves the field, it is automatically encrypted. By using the encrypted string data type, sensitive data can be easily encrypted within a database.

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read