How can I guarantee that sensitive data does not remain in memory in C#?
I have software written in C#, which handles sensitive PDF documents (think, healthcare data). How can I ensure that this data is erased from memory as soon as it is no longer used?
Is it sufficient to just force garbage collection, such a… Continue reading How can I guarantee that sensitive data does not remain in memory in C#?