<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-rc.1.20451.14" />

System.Security.Cryptography.CngPropertyOptions

public enum CngPropertyOptions
namespace System.Security.Cryptography { public enum CngPropertyOptions { CustomProperty = 1073741824, None = 0, Persist = int.MinValue } }