<?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 Identify license type using API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Identify-license-type-using-API/m-p/581772#M9042</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;I wonder if there is a way to detect whether the current license is a physical plug (USB) or a network license, using the API. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 12:44:27 GMT</pubDate>
    <dc:creator>yahavsa</dc:creator>
    <dc:date>2024-09-16T12:44:27Z</dc:date>
    <item>
      <title>Identify license type using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Identify-license-type-using-API/m-p/581772#M9042</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I wonder if there is a way to detect whether the current license is a physical plug (USB) or a network license, using the API. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:44:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Identify-license-type-using-API/m-p/581772#M9042</guid>
      <dc:creator>yahavsa</dc:creator>
      <dc:date>2024-09-16T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify license type using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Identify-license-type-using-API/m-p/583125#M9058</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I don't know all the different Archicad licensing options, but most things can be differentiated with functions here: &lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___licensing.html" target="_blank"&gt;https://graphisoft.github.io/archicad-api-devkit/group___licensing.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example I'm using &lt;STRONG&gt;ACAPI_Licensing_GetConfigurationNumber&lt;/STRONG&gt;. It gives you the Key ID of the licenses.&lt;/P&gt;
&lt;P&gt;To my knowledge there's two major cases with different formats:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Software Key ID's&lt;/STRONG&gt; have the format &lt;STRONG&gt;SWxxxxxxxx&lt;/STRONG&gt; (where x is a placeholder for a number)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Hardware Key ID's&lt;/STRONG&gt; have the format &lt;STRONG&gt;x-xxxxxxxxx&lt;/STRONG&gt; (again where x is a placeholder for a number)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;A hardware key ID can still be plugged into a server locally at the customers site. So if you'd also need to differentiate there. Not sure if you can get that information. Maybe also check out&amp;nbsp;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___licensing.html#ga1dcf8de04594c05d3b4046fb33c24991" target="_blank"&gt;ACAPI_Licensing_GetProtectionMode&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;
&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:21:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Identify-license-type-using-API/m-p/583125#M9058</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2024-01-08T10:21:54Z</dc:date>
    </item>
  </channel>
</rss>

