How to convert a plain string into a secure string with C#
August 19, 2016 2 Comments
A SecureString is a confidential piece of information that is erased from memory when not in use anymore. You can use this object if you need to pass around things like passwords and PIN codes that should be protected while in use.