API Reference
Class
PlatformSecurityInfo
Consolidated platform security runtime posture for a host.
Inheritance
- Object
- PlatformSecurityInfo
Constructors
public PlatformSecurityInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.