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

System.Security.Cryptography.CngPropertyOptions

public enum CngPropertyOptions
Specifies Cryptography Next Generation (CNG) key property options.
CustomProperty = 1073741824

The property is not specified by CNG. Use this option to avoid future name conflicts with CNG properties.

None = 0

The referenced property has no options.

Persist = -2147483648

The property should be persisted.