TestimoX

API Reference

Class

PlatformSecurityInfo

Namespace ComputerX.PlatformSecurity
Assembly ComputerX
Modifiers sealed

Consolidated platform security runtime posture for a host.

Inheritance

  • Object
  • PlatformSecurityInfo

Constructors

Properties

public String ComputerName { get; set; } #

Computer name these values were collected for.

public Nullable<PlatformFirmwareType> FirmwareType { get; set; } #

Firmware type reported by Windows.

public PlatformSecureBootInfo SecureBoot { get; set; } #

Secure Boot runtime posture.

public PlatformTpmInfo Tpm { get; set; } #

TPM runtime posture.

public PlatformDmaProtectionInfo DmaProtection { get; set; } #

Kernel DMA protection runtime posture.

public PlatformDriverTrustInfo DriverTrust { get; set; } #

Driver trust/code-integrity posture.