<?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 Re: Open a password protected template in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12536063#M5656</link>
    <description>&lt;P&gt;The password protection has been removed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Password-protection-feature-in-AutoCAD.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Password-protection-feature-in-AutoCAD.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 08:53:18 GMT</pubDate>
    <dc:creator>Anton_Huizinga</dc:creator>
    <dc:date>2024-02-02T08:53:18Z</dc:date>
    <item>
      <title>Open a password protected template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12534394#M5653</link>
      <description>&lt;P&gt;Hello everyone, i want to create an instance of a drawing from a locked template (a template that i have created and secured using a password) using VB.Net. the problem is when i use the "add" method, i can't specify the password since the is no such argument to pass, however when i use the "open" method, it opens the specified drawing directly without making an instance of it. Can you help me hout to solve this problem?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 08:23:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12534394#M5653</guid>
      <dc:creator>deeeiy057</dc:creator>
      <dc:date>2024-02-02T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open a locked template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12535148#M5654</link>
      <description>&lt;P&gt;Passwords were never intended to be used to prevent someone from modifying a file (which I presume is why you passworded the template file). They were intended to prevent unauthorized access to the file's contents, and I don't think they ever considered passworded template files in their design.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it not be possible to secure the template file at the OS-level using permissions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 20:02:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12535148#M5654</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-02-01T20:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open a locked template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12535967#M5655</link>
      <description>&lt;P&gt;Hi, thanks for your replay.&lt;/P&gt;&lt;P&gt;The reason why i can't secure my template using the OS-level permissions is because my app is to be instaled on a local machine and all the support files are copied in the instalation folder.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 07:34:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12535967#M5655</guid>
      <dc:creator>deeeiy057</dc:creator>
      <dc:date>2024-02-02T07:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open a password protected template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12536063#M5656</link>
      <description>&lt;P&gt;The password protection has been removed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Password-protection-feature-in-AutoCAD.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Password-protection-feature-in-AutoCAD.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 08:53:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12536063#M5656</guid>
      <dc:creator>Anton_Huizinga</dc:creator>
      <dc:date>2024-02-02T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open a locked template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12539723#M5657</link>
      <description>&lt;P&gt;How about storing them in. Zip files, or as embedded resources? When your application is loaded at startup you can simply extract the templates from the zip or from your resources and write them into the template folder, overwriting any unauthorized changes that were made to them.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 18:43:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12539723#M5657</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-02-04T18:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Open a locked template</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12540489#M5658</link>
      <description>&lt;P&gt;Hi, thanks for your replay, i think its a good idea to store them in a zip file and to extract them when the application starts, will give it a try! Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 07:23:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-a-password-protected-template/m-p/12540489#M5658</guid>
      <dc:creator>deeeiy057</dc:creator>
      <dc:date>2024-02-05T07:23:34Z</dc:date>
    </item>
  </channel>
</rss>

