DEV Community

Discussion on: The .NET Stacks #51: 👷‍♂️ The excitement is Build-ing

Collapse
 
jayjeckel profile image
Jay Jeckel

The rest of the news sounds great, but I don't particularly like the idea of deprecating SecureString just because some people see the word "Secure" and think it is magic and that they don't have to do anything else to protect the secret. If you handle the secret appropriately, the class does exactly what it is supposed to. I could get behind a shift to a new generic type as replacement, but from reading the discussion it seems ShroundedBuffer<T> (or whatever they end up calling it) is nothing more than a glorified write only array.