winenclaveapi.h header
This header is used by System Services and Secure Enclaves. For more information, see:
Note
Using these APIs for a VBS Enclave requires Windows 11 Build 26100.2314 or later or Windows Server 2025 or later.
winenclaveapi.h contains the following programming interfaces:
Functions
EnclaveGetAttestationReport Gets an enclave attestation report that describes the current enclave and is signed by the authority that is responsible for the type of the enclave. |
EnclaveGetEnclaveInformation Gets information about the currently executing enclave. |
EnclaveSealData Generates an encrypted binary large object (blob) from unencypted data. |
EnclaveUnsealData Decrypts an encrypted binary large object (blob). |
EnclaveVerifyAttestationReport Verifies an attestation report that was generated on the current system. |