API Reference
Class
PlatformSecurityInfo
Consolidated platform security runtime posture for a host.
Inheritance
- Object
- PlatformSecurityInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ComputerInventory.PlatformSecurity
- Method PlatformSecurity.Get
- Method PlatformSecurity.GetAsync
- Method PlatformSecurity.GetManyAsync
Accepted by parameters
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.