In a Winforms app converted into a uwp app (Centennial) - how can the app check for the licensing status?
In UWP I can use CurrentApp.LicenseInformation
but that's under Windows.ApplicationModel.Store
, and I can't find that in the Add Reference
to Winforms.