// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once #include namespace Azure { namespace Security { namespace Attestation { namespace Test { class AttestationCollateral { public: static std::vector OpenEnclaveReport(); static std::vector SgxQuote(); static std::vector RunTimeData(); static std::string GetMinimalPolicy(); }; }}}} // namespace Azure::Security::Attestation::Test