HostTpmDigestInfo

HostTpmDigestInfo
HostTpmDigestInfo

This data object type describes the digest values in the Platform Configuration Register (PCR) of a Trusted Platform Module (TPM) device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "digestMethod": "string",
    "digestValue": [
        0
    ],
    "objectName": "string",
    "pcrNumber": 0
}
integer As int32 As int32
pcrNumber
Required

Index of the PCR that stores the TPM digest value.