using System.Windows.Controls; using ESRI.ArcGIS.Client; namespace DebugTest { public partial class MainPage : UserControl { public MainPage() { InitializeComponent(); IdentityManager.ServerInfo serverInfo = IdentityManager.Current.FindServerInfo("https://gis1.logis.org/arcgis"); } } }
Does anyone know why the IdentityManager.Current.FindServerInfo() method always returns null in the following code?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.