I am looking at System.Security.Cryptography.ProtectedData.Protect @ https://learn.microsoft.com/en-gb/dotnet/api/
as we are looking to port a library from .NET Framework 4.7 to .NET Standard 2.0 to be used by .NET Core 2.0. I did a search and it only available in the full .NET Framework and .NET Core.
My question is, why is it not available in .NET Standard 2.0?
I would have thought that if it can be used in, for example, .NET Framework 4.7 and .NET Core 2.0 then it would also be part of .NET Standard 2.0