Tagged Questions
0
votes
1answer
487 views
How to initialize SecureString for readonly
I would like to create a variable, a secure one, that is more or less a CONST to use in my code. I've looked into using System.Security.SecureString, and that looks like it could be the ticket as I ...