.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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -