简体   繁体   中英

how to secure data in sharepoint custom list

I have stored database connection string in a column of SharePoint custom list. Through c# code i used to fetch the value from that column and my application gets connected to specified database. But that connection string is visible to everyone having access to the list. How we can encrypt that value so that it cannot be visible to everyone but my application can be connected to the database with minimum or no change in code?

You should use Secure Store Service for encrypted credential storage. See this tutorial .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM