Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了一个 Lightswitch 应用程序,现在在与我的老板讨论后,他希望对几个数据库字段进行加密。现在我还没有完成任何加密数据库字段的工作,但想知道 Light switch 是否本机支持加密字段?
不,LightSwitch 根本不支持,并且那种加密/解密需要对 LightSwitch 是透明的。您将不得不使用我相信 SQL Server 可能支持的本机数据库加密。