Class LicenseInfo
A class that contains encrypted JSON information pertaining to a licensed authenticated user.
Inheritance
System.Object
    LicenseInfo
  
      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)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LicenseInfoRemarks
This class contains licensing information for an authenticated portal user. Typically, an instance of this class is retrieved from GetLicenseInfoAsync() after creating an ArcGISPortal instance. For additional information on licensing an ArcGIS Maps SDK for .NET application, see Licensing Your ArcGIS Maps SDK for .NET Application.
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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 |