<?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 WMS with Authentication in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98589#M1053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to connect to a WMS Rest Service with a Basic Authentication but can not because I can not set the user credentials to access it.&lt;/P&gt;&lt;P&gt;When will this be possible? It seems that it was possible with WPF or Silverlight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt; Marvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 15:11:26 GMT</pubDate>
    <dc:creator>MarvinKalani</dc:creator>
    <dc:date>2015-07-09T15:11:26Z</dc:date>
    <item>
      <title>WMS with Authentication</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98589#M1053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to connect to a WMS Rest Service with a Basic Authentication but can not because I can not set the user credentials to access it.&lt;/P&gt;&lt;P&gt;When will this be possible? It seems that it was possible with WPF or Silverlight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt; Marvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98589#M1053</guid>
      <dc:creator>MarvinKalani</dc:creator>
      <dc:date>2015-07-09T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: WMS with Authentication</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98590#M1054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marvin,&lt;/P&gt;&lt;P&gt;I hope you are doing well. WMS should be compatible with Basic Authentication. Here is an article that explains it pretty well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000004pr000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000004pr000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;P&gt;Esri Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98590#M1054</guid>
      <dc:creator>JustinRodriguez</dc:creator>
      <dc:date>2015-07-09T17:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: WMS with Authentication</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98591#M1055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the fast answer, but your link has no article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to connect a client via the SDK and C# by defining a WMS Layer programmatically. Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var uri = new Uri(uristring); &lt;/P&gt;&lt;P&gt;var wmsLayer = new WmsLayer(uri); &lt;/P&gt;&lt;P&gt;await wmsLayer.InitializeAsync(); &lt;/P&gt;&lt;P&gt;Map.Layers.Add(wmsLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing part is the part to define the credentials, but actually there is no :&lt;/P&gt;&lt;P&gt;wmsLayer.Usercredentials ... or wmsLayer.Username, wmsLayer.Password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt; Marvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 06:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98591#M1055</guid>
      <dc:creator>MarvinKalani</dc:creator>
      <dc:date>2015-07-10T06:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: WMS with Authentication</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98592#M1056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. Can´t find any Credentials property in the Esri.ArcGISRuntime.Layers.WmsLayer class in the ArcGis API for .NET. I have used wmsLayer in the API for WPF and there it can be found in the class ESRI.ArcGIS.Client.Toolkit.DataSources.WmsLayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jesper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wms-with-authentication/m-p/98592#M1056</guid>
      <dc:creator>JesperBlom</dc:creator>
      <dc:date>2015-07-28T13:19:54Z</dc:date>
    </item>
  </channel>
</rss>

