mscorlib(4.0.0.0) API with additions
CngUIProtectionLevels.cs
1
namespace
System.Security.Cryptography
2
{
4
[Flags]
5
public
enum
CngUIProtectionLevels
6
{
8
None
= 0x0,
10
ProtectKey
= 0x1,
12
ForceHighProtection
= 0x2
13
}
14
}
System.Security.Cryptography.CngUIProtectionLevels.ForceHighProtection
A UI prompt is displayed every time the key is accessed.
System.Security.Cryptography
Definition:
Aes.cs:3
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Security.Cryptography.CngUIProtectionLevels.ProtectKey
A UI prompt is displayed the first time the key is accessed in a process.
System.Security.Cryptography.CngUIProtectionLevels
CngUIProtectionLevels
Specifies the protection level for the key in user interface (UI) prompting scenarios.
Definition:
CngUIProtectionLevels.cs:5
All cs
System.Security.Cryptography
CngUIProtectionLevels.cs
Generated by
1.8.15