Registry / cloud / azure-security-attestation-cpp

azure-security-attestation-cpp

JSON →
library1.1.0vcpkgunverified

Microsoft Azure Attestation Service SDK for C++ providing API access to the Azure Attestation service.

vcpkg install azure-security-attestation-cpp
INSTALL
IMPORT
SIG · AZURE-SECURITY-ATT
A
azure-security-attestation-cpp
cloudcppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azure/attestation.hpp
#include <azure/attestation.hpp>

Create an Azure Attestation client using default credentials.

#include <azure/attestation.hpp> int main() { auto credential = std::make_shared<Azure::Identity::DefaultAzureCredential>(); auto client = Azure::Security::Attestation::AttestationClient::Create("https://myattestprovider.eus.attest.azure.net", credential); return 0; }
Debug
Known issues
gotchaRequires Azure Identity library for authentication.
fix
Add azure-identity as a dependency and link it.
affects: *
Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources

No resource links recorded.

azure-security-attestation-cpp — pip install azure-security-attestation-cpp · libregistry