mscorlib(4.0.0.0) API with additions
CngPropertyOptions.cs
2 {
4  [Flags]
5  public enum CngPropertyOptions
6  {
8  None = 0x0,
10  CustomProperty = 0x40000000,
12  Persist = int.MinValue
13  }
14 }
The property is not specified by CNG. Use this option to avoid future name conflicts with CNG propert...
CngPropertyOptions
Specifies Cryptography Next Generation (CNG) key property options.