.net - c# Clear DataTable from memory -


i have general question regarding how securely clear sensitive data memory when not used more...

i make sql query resulting in datatable dt..

when leave form call dt.dispose(); , gc.collect(); sure...

but if make memory dump of process after this, can data of table. if have left context in should accessible...

this can security issue, , i'm wondering how handled in c#/.net ? other objects...

thanks in advance guidance


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -