mscorlib(4.0.0.0) API with additions
CngUIProtectionLevels.cs
2 {
4  [Flags]
6  {
8  None = 0x0,
10  ProtectKey = 0x1,
13  }
14 }
A UI prompt is displayed every time the key is accessed.
A UI prompt is displayed the first time the key is accessed in a process.
CngUIProtectionLevels
Specifies the protection level for the key in user interface (UI) prompting scenarios.