<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.0-preview.1.25080.5" />

OSPlatformAttribute

abstract class OSPlatformAttribute : Attribute
namespace System.Runtime.Versioning { internal abstract class OSPlatformAttribute : Attribute { public string PlatformName { get; } private protected OSPlatformAttribute(string platformName) { PlatformName = platformName; } } }