In the [SecureString Class ](https://docs.microsoft.com/en-us/dotnet/api/system.security.securestring) documentation, there is a Warning from the platform-compat team, that Securestring shouldn't be used. [Direct Link to the Warning on Github](https://github.com/dotnet/platform-compat/blob/master/docs/DE0001.md) I like and used SecureString much in the past. How do we deal with that?
In the SecureString Class documentation, there is a Warning from the platform-compat team, that Securestring shouldn't be used.
Direct Link to the Warning on Github
I like and used SecureString much in the past.
How do we deal with that?