dotnet / platform-compat

Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
MIT License
278 stars 45 forks source link

SecureString in Core or .NET 5 #234

Open RealDotNetDave opened 3 years ago

RealDotNetDave commented 3 years ago

It's fine that you don't recommend SecureString for new code, but what is the replacement in .NET Core or .NET 5?

leonardoks16 commented 3 years ago

I Was thinking the same thing. What we will use?