<?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: Help on Putting Security when ArcMAP starts in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156708#M4103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I usually implement something like that in an extension.&amp;nbsp; But you are not going down that path.&amp;nbsp; What about embedding VBA code into your document to hook into the document event?&amp;nbsp; The downside is you now have to distribute that map document to all your users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 22:40:36 GMT</pubDate>
    <dc:creator>SteveFang</dc:creator>
    <dc:date>2011-03-16T22:40:36Z</dc:date>
    <item>
      <title>Help on Putting Security when ArcMAP starts</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156705#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am planning to implement a security layer to the ArcMAP application . the logic is that without a validated login no user cannot open the arcMap application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone give any feedback on where to start or how to accomplish this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;appreciate it &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 07:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156705#M4100</guid>
      <dc:creator>MuradJamal1</dc:creator>
      <dc:date>2011-03-15T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Putting Security when ArcMAP starts</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156706#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure why you're doing it but one way you could implment this is through document events.&amp;nbsp; On document open go to a location for authentication (Windows, XML, or DB), return the results, if user is ok then you're done otherwise inform user and close down document.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 23:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156706#M4101</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2011-03-15T23:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Putting Security when ArcMAP starts</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156707#M4102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not sure why you're doing it but one way you could implment this is through document events.&amp;nbsp; On document open go to a location for authentication (Windows, XML, or DB), return the results, if user is ok then you're done otherwise inform user and close down document.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks chump&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am trying to find an entry point to get the reference to the newly created document everytime you start the arcMAp application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;since i am not creating any custom extension or commands - i cannot use their oncreate .. etc events&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i create a custom arcmap Class from Visual Studio&amp;nbsp; what method or what should i use to get the reference&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or is there any other way&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156707#M4102</guid>
      <dc:creator>MuradJamal1</dc:creator>
      <dc:date>2011-03-16T08:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Putting Security when ArcMAP starts</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156708#M4103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I usually implement something like that in an extension.&amp;nbsp; But you are not going down that path.&amp;nbsp; What about embedding VBA code into your document to hook into the document event?&amp;nbsp; The downside is you now have to distribute that map document to all your users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 22:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156708#M4103</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2011-03-16T22:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Putting Security when ArcMAP starts</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156709#M4104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I usually implement something like that in an extension.&amp;nbsp; But you are not going down that path.&amp;nbsp; What about embedding VBA code into your document to hook into the document event?&amp;nbsp; The downside is you now have to distribute that map document to all your users.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hello chump&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i will try with the extension and see how it goes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 07:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/help-on-putting-security-when-arcmap-starts/m-p/156709#M4104</guid>
      <dc:creator>MuradJamal1</dc:creator>
      <dc:date>2011-03-17T07:58:03Z</dc:date>
    </item>
  </channel>
</rss>

