Summary
It is possible to load multiple enclaves into a single application.
Description
Is it possible to have multiple enclaves within a single application? Is there a sample that demonstrates this?
Resolution
Yes it is possible to load multiple enclaves into a single application. The enclaves need to be named differently. The LocalAttestation sample loads 3 different enclaves (in one app). In this sample they're just named Enclave1, Enclave2, Enclave3.