By tag: SecureString
0
kicks
How to: Use strings in a secure manner with SecureString class
The classic System.String type doesn’t provide enough security for storing sensitive data like passwords, credit card numbers or personal information. If a String object contains sensitive information, there is a risk the information could be revealed after it is used because your application cannot...