Connects to the License Server and gets the subscription expiry date associated to the license. To use a proxy server, you must set the UseProxyServer, ProxyUser, ProxyDomain and ProxyPassword properties prior to calling this function.
C#: DateTime GetSubscriptionExpiryDate(string webServiceUrl, string activationKey, string computerKey, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - The activation key to retrieve the subscription expiry date for. If this argument is set, you do not need to set the computerKey argument.
computerKey - The computer key to retrieve the subscription expiry date for. If this argument is set, you do not need to set the activationKey argument.
response - The xml fragment returned by the License Server.
Comments
0 comments
Please sign in to leave a comment.