Class LicenseInfo
A class that contains encrypted JSON information pertaining to a licensed named user.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LicenseInfo
Remarks
This class contains licensing information for a portal named user. Typically, an instance of this class is retrieved from LicenseInfo after creating an ArcGISPortal instance. For additional information on licensing an ArcGIS Runtime application, see Licensing Your ArcGIS Runtime App.
Methods
Name | Description |
---|---|
FromJson(String) | Creates license info from a license info JSON string that was obtained from ToJson(). |
ToJson() | Converts a license info into a license info JSON representation which can be persisted to disk and used later with FromJson(String). |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |