CngUIProtectionLevels 枚举

定义

指定用户界面(UI)提示方案中密钥的保护级别。

此枚举支持其成员值的按位组合。

public enum class CngUIProtectionLevels
[System.Flags]
public enum CngUIProtectionLevels
[<System.Flags>]
type CngUIProtectionLevels = 
Public Enum CngUIProtectionLevels
继承
CngUIProtectionLevels
属性

字段

名称 说明
None 0

访问密钥时不显示 UI 提示。

ProtectKey 1

首次在进程中访问密钥时,会显示 UI 提示符。

ForceHighProtection 2

每次访问密钥时都会显示 UI 提示符。

适用于