Access an organisational basemap with user credentials in WPF

801
0
03-15-2021 06:19 AM
AnsarTharammal
New Contributor

I want to display a basemap which s hosted in an organisation network locally by using user credentials under the organisation domain. How can I do this with C#.net using ArcGIS Runtime?

Normally I know I can use with, _map = new Map(new Uri(BaseMapUrl)); 

But What if it is accesible only with credentials?

Where i will specify authentication and How?

0 Kudos
0 Replies