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

An AttestationSigner represents an X .509 certificate and KeyID pair. More...

#include <attestation_client_models.hpp>

Public Attributes

Azure::Nullable< std::string > KeyId
 The KeyID associated with the Certificate Chain.
 
Azure::Nullable< std::vector< std::string > > CertificateChain
 An array of PEM encoded X .509 certificates.The first certificate in the array will be used to sign an attestation token or policy.
 

Detailed Description

Note
There are two use scenarios for an AttestationSigner:
  1. The certificate in an AttestationSigner can be used to sign a token generated by the attestation service.
  2. The certificate which is used to sign an attestation policy.

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