CngUIProtectionLevels 枚举

定义

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

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

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

字段

ForceHighProtection 2

每当密钥被访问时显示 UI 提示。

None 0

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

ProtectKey 1

在进程中密钥第一次被访问时显示 UI 提示。

适用于