<?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 .Net SDK - Create a ServiceFeatureTable from a Secured FeatureLayer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447424#M5432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something. I need to query a secured AGOL hosted feature service but I can't figure out how to turn the feature layer into a table using credentials. Does anyone have a simple snippet on how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2019 16:21:15 GMT</pubDate>
    <dc:creator>LORAMAdmin</dc:creator>
    <dc:date>2019-09-11T16:21:15Z</dc:date>
    <item>
      <title>.Net SDK - Create a ServiceFeatureTable from a Secured FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447424#M5432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something. I need to query a secured AGOL hosted feature service but I can't figure out how to turn the feature layer into a table using credentials. Does anyone have a simple snippet on how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 16:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447424#M5432</guid>
      <dc:creator>LORAMAdmin</dc:creator>
      <dc:date>2019-09-11T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK - Create a ServiceFeatureTable from a Secured FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447425#M5433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a ServiceFeatureTable and set the credentials property and then load the table. Please refer to code snippet below.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;var creds = await AuthenticationManager.Current.GenerateCredentialAsync(new Uri(@"http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire_secure/FeatureServer/0"),"user1","user1");&lt;BR /&gt; var ft = new ServiceFeatureTable(new Uri("http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire_secure/FeatureServer/0"));&lt;BR /&gt; ft.Credential = creds;&lt;BR /&gt; await ft.LoadAsync();&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447425#M5433</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2019-09-11T17:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK - Create a ServiceFeatureTable from a Secured FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447426#M5434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works. Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-sdk-create-a-servicefeaturetable-from-a/m-p/447426#M5434</guid>
      <dc:creator>LORAMAdmin</dc:creator>
      <dc:date>2019-09-11T17:59:46Z</dc:date>
    </item>
  </channel>
</rss>

