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