I recently came across SecureString, but as most of you know, you would be unable to use it because most of the functions you want to use accept string as parameter, not SecureString.
How to use SecureString then?
If I need to pass string across multiple programs, is it safer to byte array compared to plain string if string is sensitive information?