<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0-preview.2.20160.6" />

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 } }