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?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.