System.Security.Cryptography.CngUIProtectionLevels
Specifies the protection level for the key in user interface (UI) prompting scenarios.
namespace System.Security.Cryptography
{
public enum CngUIProtectionLevels
{
None = 0,
ProtectKey = 1,
ForceHighProtection = 2
}
}