Class Expiration
Expiration details that indicate whether a given package is out of date.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Expiration
Remarks
Expiration details can indicate that the package in question:
- Is still valid.
- Has expired and should be used with caution. (AllowExpiredAccess)
- Has expired and can no longer be used (PreventExpiredAccess).
Properties
Name | Description |
---|---|
DateTime | Gets the date and time when the package will expire. |
IsExpired | Gets a value indicating whether the current package has expired. |
Message | Gets an accompanying message which provides contextual information when the package has expired. |
Type | Gets the type of expiration for the given package. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.5 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.5 - 100.15 |
iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.2 |