TestimoX

API Reference

Class

PlatformDmaProtectionInfo

Namespace ComputerX.PlatformSecurity
Assembly ComputerX
Modifiers sealed

Kernel DMA protection posture derived from Device Guard runtime data.

Inheritance

  • Object
  • PlatformDmaProtectionInfo

Constructors

Properties

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

True when Device Guard runtime indicates DMA protection support.

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

True when policy requires DMA protection.

public Nullable<Int32> VirtualizationBasedSecurityStatus { get; set; } #

Device Guard VBS runtime status code.

public List<Int32> AvailableSecurityProperties { get; set; } #

Available Device Guard security property codes.

public List<Int32> RequiredSecurityProperties { get; set; } #

Required Device Guard security property codes.