Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.CngUIProtectionLevels
Assembly: System.Security.Cryptography
Specifies the protection level for the key in user interface (UI) prompting scenarios.
Values
None
No UI prompt is displayed when the key is accessed.
ProtectKey
A UI prompt is displayed the first time the key is accessed in a process.
ForceHighProtection
A UI prompt is displayed every time the key is accessed.