<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Charlotte, in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112322#M1349</link>
    <description>&lt;P&gt;Hi Charlotte,&lt;/P&gt;

&lt;P&gt;SGX application has dependency, we can build SGX enclave on C, C++ language only.&lt;/P&gt;

&lt;P&gt;If external applications(JAVA,C# etc) wants to use SGX enclave, then developer need to create additional layer to communicate with SGX enclave. &amp;nbsp;It increases application complexity and potentially increases the attack surface.&lt;/P&gt;

&lt;P&gt;Thanks and Regards,&lt;/P&gt;

&lt;P&gt;Surenthar Selvaraj&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 15:41:00 GMT</pubDate>
    <dc:creator>Surenthar_S_Intel</dc:creator>
    <dc:date>2016-06-29T15:41:00Z</dc:date>
    <item>
      <title>Using enclave in a Windows Forms Application ?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112321#M1348</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I would like to use an enclave in a Windows Forms Application (C#). Is it possible to do it ? Can I wrap an enclave library in another library ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Charlotte&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112321#M1348</guid>
      <dc:creator>Charlotte_P_</dc:creator>
      <dc:date>2016-06-29T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Hi Charlotte,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112322#M1349</link>
      <description>&lt;P&gt;Hi Charlotte,&lt;/P&gt;

&lt;P&gt;SGX application has dependency, we can build SGX enclave on C, C++ language only.&lt;/P&gt;

&lt;P&gt;If external applications(JAVA,C# etc) wants to use SGX enclave, then developer need to create additional layer to communicate with SGX enclave. &amp;nbsp;It increases application complexity and potentially increases the attack surface.&lt;/P&gt;

&lt;P&gt;Thanks and Regards,&lt;/P&gt;

&lt;P&gt;Surenthar Selvaraj&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:41:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112322#M1349</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-06-29T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Yes, you can load enclaves in</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112323#M1350</link>
      <description>&lt;P&gt;Yes, you can load enclaves in your C# application. Use whatever mechanism you normally use to call native C functions (sgx_create_enclavew) in non-managed DLLs (sgx_urts.dll).&lt;/P&gt;

&lt;P&gt;Note that in the 1.1 version of the our runtime you may run into an issue (that has since been fixed) with COM thread initialization.&lt;/P&gt;

&lt;P&gt;Basically, you will need&amp;nbsp;to set the threading type of your C# Main function to [STAThread].&amp;nbsp; See below for an example.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [STAThread]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static void Main(string[] args)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:09:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-enclave-in-a-Windows-Forms-Application/m-p/1112323#M1350</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2016-06-29T18:09:41Z</dc:date>
    </item>
  </channel>
</rss>

