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.
完成数据库连接字符串需要密码。密码每月更改一次。我想检测密码何时更改并询问用户新密码并将其存储以供下次执行。
谢谢。
您可以使用 ConfigurationManager 类将密码保存在应用程序配置文件中,使用 SecureString 类保护密码,然后使用 Cryptography 命名空间中的工具对其进行加密。
关联