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

System.Security.Cryptography.CngPropertyOptions

public enum CngPropertyOptions
Specifies Cryptography Next Generation (CNG) key property options.
namespace System.Security.Cryptography { public enum CngPropertyOptions { Persist = int.MinValue, None = 0, CustomProperty = 1073741824 } }