<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-preview.4.20251.6" />

System.Security.Cryptography.CngKeyOpenOptions

public enum CngKeyOpenOptions
namespace System.Security.Cryptography { public enum CngKeyOpenOptions { MachineKey = 32, None = 0, Silent = 64, UserKey = 0 } }