TestimoX

API Reference

Enum

PlatformFirmwareType

Namespace ComputerX.PlatformSecurity
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Firmware mode reported by Windows for the running system.

Inheritance

  • Enum
  • PlatformFirmwareType

Values

public const PlatformFirmwareType Unknown #

Firmware type is not known.

Value: 0
public const PlatformFirmwareType Bios #

Legacy BIOS firmware mode.

Value: 1
public const PlatformFirmwareType Uefi #

UEFI firmware mode.

Value: 2