PAGE_ENCLAVE_UNVALIDATED top-level constant

  1. @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_ENCLAVE_UNVALIDATED instead')
int const PAGE_ENCLAVE_UNVALIDATED

The page contents that you supply are excluded from measurement with the EEXTEND instruction of the Intel SGX programming model.

Implementation

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_ENCLAVE_UNVALIDATED instead')
const PAGE_ENCLAVE_UNVALIDATED = 0x20000000;