HardwareSecurity 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.
Indicates a hardware security setting
public enum class HardwareSecurity
public enum class HardwareSecurity
enum HardwareSecurity
public enum HardwareSecurity
type HardwareSecurity =
Public Enum HardwareSecurity
- Inheritance
-
HardwareSecurity
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Hardware security is disabled |
Enabled | 1 | Hardware security is enabled |
NotImplemented | 2 | Hardware security is not implemented |
Unknown | 3 | Hardware security setting is unknown |