VirtualBox Main API
Public Attributes | List of all members
ITrustedPlatformModule Interface Reference

The ITrustedPlatformModule interface represents the settings of the virtual machine's trusted platform module. More...

Inheritance diagram for ITrustedPlatformModule:

Public Attributes

attribute TpmType type
 Type of TPM configured for the virtual machine.
 
attribute wstring location
 Location of the TPM.
 

Detailed Description

The ITrustedPlatformModule interface represents the settings of the virtual machine's trusted platform module.

This is used only in the IMachine::trustedPlatformModule attribute.

Interface ID:
{CF11D345-0241-4EA9-AC4C-C69ED3D674E3}

Member Data Documentation

◆ type

attribute TpmType ITrustedPlatformModule::type

Type of TPM configured for the virtual machine.

◆ location

attribute wstring ITrustedPlatformModule::location

Location of the TPM.

This is only used for the TpmType_Swtpm type of TPM where the location denotes a hostname:port where to connect to.