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 提示會在第一次於處理序中存取金鑰時顯示。

適用於