<?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: How do you bind the token to secure map services? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-do-you-bind-the-token-to-secure-map-services/m-p/308241#M7952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm&amp;nbsp; more familiar with JavaScript, so. I apologize if you have already tried this.&amp;nbsp; In JavaScript, I use the proxy file which contains my token information which I then reference in my web doc.&amp;nbsp; You may want to check out these links, including one that was having issues that was then resolved.&amp;nbsp; Might help you track down your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/02/16/how-to-use-secure-arcgis-server-services/" title="http://blogs.esri.com/esri/arcgis/2010/02/16/how-to-use-secure-arcgis-server-services/"&gt;How to use secure ArcGIS Server services | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000" title="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000"&gt;ArcGIS API for Silverlight&lt;/A&gt;&amp;nbsp;&amp;nbsp; Help doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/21005/token-doesnt-work-when-applied-to-map-service-silverlight" title="http://gis.stackexchange.com/questions/21005/token-doesnt-work-when-applied-to-map-service-silverlight"&gt;arcgis server - Token doesn't work when applied to map service - Silverlight - Geographic Information Systems Stack Exch…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since I've been dealing with the same issues of getting my secure services to be accessed seamlessly, I know it can take a while to get everything tested and working, so good luck with it all.&amp;nbsp; FYI I do have mine working finally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 05:53:31 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2014-09-11T05:53:31Z</dc:date>
    <item>
      <title>How do you bind the token to secure map services?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-do-you-bind-the-token-to-secure-map-services/m-p/308240#M7951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to bind a long term token to the map services in xaml, without much luck.&amp;nbsp; What is the best way to do this?&amp;nbsp; I can't seem to figure out how to do a static property or a dependency property.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-do-you-bind-the-token-to-secure-map-services/m-p/308240#M7951</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2014-09-10T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you bind the token to secure map services?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-do-you-bind-the-token-to-secure-map-services/m-p/308241#M7952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm&amp;nbsp; more familiar with JavaScript, so. I apologize if you have already tried this.&amp;nbsp; In JavaScript, I use the proxy file which contains my token information which I then reference in my web doc.&amp;nbsp; You may want to check out these links, including one that was having issues that was then resolved.&amp;nbsp; Might help you track down your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/02/16/how-to-use-secure-arcgis-server-services/" title="http://blogs.esri.com/esri/arcgis/2010/02/16/how-to-use-secure-arcgis-server-services/"&gt;How to use secure ArcGIS Server services | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000" title="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000"&gt;ArcGIS API for Silverlight&lt;/A&gt;&amp;nbsp;&amp;nbsp; Help doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/21005/token-doesnt-work-when-applied-to-map-service-silverlight" title="http://gis.stackexchange.com/questions/21005/token-doesnt-work-when-applied-to-map-service-silverlight"&gt;arcgis server - Token doesn't work when applied to map service - Silverlight - Geographic Information Systems Stack Exch…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since I've been dealing with the same issues of getting my secure services to be accessed seamlessly, I know it can take a while to get everything tested and working, so good luck with it all.&amp;nbsp; FYI I do have mine working finally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 05:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-do-you-bind-the-token-to-secure-map-services/m-p/308241#M7952</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2014-09-11T05:53:31Z</dc:date>
    </item>
  </channel>
</rss>

