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

System.Security.Cryptography.CngPropertyOptions

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