1
vote
1answer
218 views
Using Secure String and Keeping it Secure
So the .NET framework provides the SecureString class for storing strings in a secure fashion. But to read the information and work with it you have to return it to a standard string. See this …
