azure-security-attestation
Public Member Functions | Static Public Attributes | List of all members
Azure::Security::Attestation::AttestationDataType Class Referencefinal

The AttestationDataType represents how the attestation service should interpret the AttestOptions::RunTimeData and AttestOptions::InitTimeData fields.

#include <attestation_client_options.hpp>

Inheritance diagram for Azure::Security::Attestation::AttestationDataType:

Public Member Functions

 AttestationDataType (std::string dataType)
 Construct a new attestation DataType object. More...
 

Static Public Attributes

static AZ_ATTESTATION_DLLEXPORT const AttestationDataType Json
 When specified, instructs the attestation service to express the runtime data in the generated token as a JSON object. More...
 
static AZ_ATTESTATION_DLLEXPORT const AttestationDataType Binary
 When specified, instructs the attestation service to express the runtime data in the generated token as a Binary object. More...
 

Constructor & Destructor Documentation

◆ AttestationDataType()

Azure::Security::Attestation::AttestationDataType::AttestationDataType ( std::string  dataType)
inlineexplicit
Parameters
dataTypeThe string version for the Key Vault keys service.

Member Data Documentation

◆ Binary

const AttestationDataType Azure::Security::Attestation::AttestationDataType::Binary
static

◆ Json

const AttestationDataType Azure::Security::Attestation::AttestationDataType::Json
static

The documentation for this class was generated from the following files: