mscorlib(4.0.0.0) API with additions
CngKeyCreationOptions.cs
2 {
4  [Flags]
6  {
8  None = 0x0,
10  MachineKey = 0x20,
13  }
14 }
CngKeyCreationOptions
Specifies options used for key creation.
The existing key is overwritten during key creation.