TestimoX

API Reference

Class

PlatformSecureBootInfo

Namespace ComputerX.PlatformSecurity
Assembly ComputerX
Modifiers sealed

Secure Boot runtime posture.

Inheritance

  • Object
  • PlatformSecureBootInfo

Constructors

public PlatformSecureBootInfo() #

Properties

public Nullable<Boolean> Enabled { get; set; } #

True when Secure Boot is enabled at runtime.

public Nullable<Boolean> Capable { get; set; } #

True when the device reports Secure Boot capability.

public Nullable<Boolean> RequiredByPolicy { get; set; } #

True when Device Guard policy requires Secure Boot.