<?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 Digital Signature in ArcMap in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18617#M454</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 need information about the concept of digital signature in the ESRI products. The question is, does esri has any tool to create a digital signature? We are a group of people working with parcels and when we modify any parcel we have to create a map showing the parcel that was modified. Basically we want to put somewhere the name of the person who worked with this parcel in the map automatically. This person would be the user that log in the computer. Use the same concept as Word or Acrobat with the digital signature but with digital maps and reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second question is, when we generate a report with Crystal Reports, do we always obtain a hardcopy or can the report be digital? And could we have the same concept as the maps, the digital signature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope any one could help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH=CONFIG]12629[/ATTACH]Here Microsoft Work shows the name of the author and the date of modification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12630[/ATTACH] Acrobat Reader has the same concept, we can put the name who did the job and the date.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2012 17:28:14 GMT</pubDate>
    <dc:creator>DiegoLlamas</dc:creator>
    <dc:date>2012-03-13T17:28:14Z</dc:date>
    <item>
      <title>Digital Signature in ArcMap</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18617#M454</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 need information about the concept of digital signature in the ESRI products. The question is, does esri has any tool to create a digital signature? We are a group of people working with parcels and when we modify any parcel we have to create a map showing the parcel that was modified. Basically we want to put somewhere the name of the person who worked with this parcel in the map automatically. This person would be the user that log in the computer. Use the same concept as Word or Acrobat with the digital signature but with digital maps and reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second question is, when we generate a report with Crystal Reports, do we always obtain a hardcopy or can the report be digital? And could we have the same concept as the maps, the digital signature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope any one could help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH=CONFIG]12629[/ATTACH]Here Microsoft Work shows the name of the author and the date of modification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12630[/ATTACH] Acrobat Reader has the same concept, we can put the name who did the job and the date.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18617#M454</guid>
      <dc:creator>DiegoLlamas</dc:creator>
      <dc:date>2012-03-13T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signature in ArcMap</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18618#M455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Diego,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you wish to add essentially a time stamp and username to either a map (data frame), map document (mxd) or to an attribute (row) of a feature class.&amp;nbsp; Is this correct?&amp;nbsp; You are not asking about signing with a digital certificate but just applying a user and time stamp, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know of any ESRI utility but a time stamp and username can be applied to the properties of a map or map document or as an attribute of a feature class by developing a custom editor extension (adding it as an attribute of a feature) or a custom application extension, among other custom framework components--not necessarily with an extension--although an extension seems to me more reasonable since it would make the process automatic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way, for which we have a developer sample, is to develop a Geodatabase class extension.&amp;nbsp; Our developer sample called TimeStamper Class Extension, performs the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;" this extension automatically maintains creation and modification time stamps for each object in the class, along with the name of the user who created or last modified the object."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Timestamper class extension &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000003ps000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000003ps000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regardless of the custom component you develop and where you want to add the time and user stamp, programming with ArcObjects would be necessary.&amp;nbsp; If you specify exactly where in ArcMap you want to add a user and time stamp, you may hear from a forumer with sample code--the ArcObjects interfaces that you would need would depend where you want to add such user and time stamp.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 19:34:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18618#M455</guid>
      <dc:creator>EdgarBejarano</dc:creator>
      <dc:date>2012-03-13T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signature in ArcMap</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18619#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: diegollamas&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Edgar Bejarano, I'm going to check this!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 16:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/digital-signature-in-arcmap/m-p/18619#M456</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-15T16:59:15Z</dc:date>
    </item>
  </channel>
</rss>

