CngUIProtectionLevels 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户界面 (UI) 提示方案中指定密钥的保护级别。
此枚举支持其成员值的按位组合。
public enum class CngUIProtectionLevels
[System.Flags]
public enum CngUIProtectionLevels
[<System.Flags>]
type CngUIProtectionLevels =
Public Enum CngUIProtectionLevels
- 继承
- 属性
字段
ForceHighProtection | 2 | 每当密钥被访问时显示 UI 提示。 |
None | 0 | 密钥被访问时不显示 UI 提示。 |
ProtectKey | 1 | 在进程中密钥第一次被访问时显示 UI 提示。 |