CngUIProtectionLevels Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the protection level for the key in user interface (UI) prompting scenarios.
This enumeration supports a bitwise combination of its member values.
public enum class CngUIProtectionLevels
[System.Flags]
public enum CngUIProtectionLevels
[<System.Flags>]
type CngUIProtectionLevels =
Public Enum CngUIProtectionLevels
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No UI prompt is displayed when the key is accessed. |
ProtectKey | 1 | A UI prompt is displayed the first time the key is accessed in a process. |
ForceHighProtection | 2 | A UI prompt is displayed every time the key is accessed. |
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.