S63CellUpdate.Permit Property
Gets a cell permit that is associated with this cell update in the S-63 database.
Syntax
public S63CellPermit Permit { get; }
Property Value
A cell permit that is associated with this cell update in the S-63 database, possibly null.
Remarks
When registering exchange sets and importing cell permits, Carmenta Engine will try to link cell updates with matching cell permits. If successful, the cell permit matching this cell update is available though this property.
If the property is null, no matching permit was found, and the client is not licensed to decrypt the cell update.
If a permit is available, it may still have failed during import, or the license may have expired. See the S63CellPermit class for more information.
Platforms
Windows, Linux, Android