<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.6.0-preview3.19128.7" />

DataProtectionScope

public enum DataProtectionScope
Specifies the scope of the data protection to be applied by the Protect method.
namespace System.Security.Cryptography { public enum DataProtectionScope { CurrentUser, LocalMachine } }