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?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.