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

The AttestationSigningKey represents a tuple of asymmetric private cryptographic key and X.509 certificate wrapping the public key contained in the certificate. More...

#include <attestation_client_options.hpp>

Public Attributes

std::string PemEncodedPrivateKey
 A PEM encoded RSA or ECDSA private key which will be used to sign an attestation token.
 
std::string PemEncodedX509Certificate
 A PEM encoded X.509 certificate which will be sent to the attestation service to validate an attestation token. The public key embedded in the certificate MUST be the public key of the SigningPrivateKey.
 

Detailed Description

It is used when signing a value to be sent to the attestation service for the Set Policy, Reset Policy, Add Isolated Mode Certificate, and Remove Isolated Mode Certificate.


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