Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

On this page

IKeymanProduct::GetActivationRequestCode

When passed a valid licence number, this function will return a text string that must be passed to the Tavultesoft Activation Server, in order to get an ActivationResponseBlob that can be passed to the Activate function. See the Activate function for an example.

Declaration
Sub GetActivationRequestCode(LicenceNumber As String, ActivationRequestBlob As String)
Parameters
NoNameTypeDescription
1LicenceNumberStringThe licence number the user has received after purchasing the product
2ActivationRequestBlobString The returned blob that must be sent to the Tavultesoft Activation Server in order to activate the product on the current computer.
Example Code