iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.TpmDevice class

Contains the key definitions available for a type 043 [TpmDevice] structure.

public static class TpmDevice

Public Members

name description
static Characteristics { get; } Gets a value representing the key to retrieve the property value.
static Description { get; } Gets a value representing the key to retrieve the property value.
static FirmwareVersion { get; } Gets a value representing the key to retrieve the property value.
static MajorSpecVersion { get; } Gets a value representing the key to retrieve the property value.
static MinorSpecVersion { get; } Gets a value representing the key to retrieve the property value.
static OemDefined { get; } Gets a value representing the key to retrieve the property value.
static VendorId { get; } Gets a value representing the key to retrieve the property value.
static VendorIdDescription { get; } Gets a value representing the key to retrieve the property value.

See Also