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

System.Security.Cryptography.CngKeyCreationOptions

public enum CngKeyCreationOptions
Specifies options used for key creation.
namespace System.Security.Cryptography { public enum CngKeyCreationOptions { None = 0, MachineKey = 32, OverwriteExistingKey = 128 } }