azure-security-attestation
Public Attributes | List of all members
Azure::Security::Attestation::AttestationData Struct Referencefinal

AttestationData represents a block of data to be sent to the attestation service. See the description of the AttestationClient class for more information about how the AttestationData type works.

#include <attestation_client_options.hpp>

Public Attributes

std::vector< uint8_t > Data
 Data contained within attestation evidence. More...
 
AttestationDataType DataType
 Reflects how the Data field should be represented in the resulting attestation token.
 

Member Data Documentation

◆ Data

std::vector<uint8_t> Azure::Security::Attestation::AttestationData::Data

The attestation service will verify that the evidence does contain this data and will include the Data in the attestation token. A relying party can then use this data.


The documentation for this struct was generated from the following file: