License management. More...
Static Public Member Functions | |
static LicenseData | Get () |
Retrieve the active License object (managed by SpringCard.License.dll) | |
static bool | LoadFromText (string LicenseText) |
Load a License from a text string. | |
static bool | AutoLoad () |
Load the License from the SpringCard.AppleVas.License.dat file. | |
static bool | Loaded () |
Has a License been loaded? | |
static bool | NeedDeviceId () |
Does the License need the device ID? | |
static bool | NeedConstant () |
Does the License belong to a public key ID? | |
static bool | Active (out string LicenseMessage) |
Is the license on timeout? | |
static bool | Active () |
Is the license on timeout? | |
static bool | Allowed (out string LicenseMessage) |
Is the License allowed? | |
static bool | Allowed () |
Is the License allowed? | |
static bool | Verify (out string LicenseMessage) |
Verify the license (active and allowed) | |
static bool | ReadDeviceId (ICardApduTransmitter CardChannel) |
Let the License manager read the DeviceId from the currently connected PC/SC reader. | |
static bool | AddKeyId (uint KeyId) |
Add tghe KeyId of a public key to the License manager. | |
License management.