View previous topic :: View next topic |
Author |
Message |
zeratoun
Joined: 27 Aug 2012 Posts: 2
|
Posted: Sun Sep 09, 2012 12:48 pm Post subject: AuthenticatedLicenseProvider validatelicense method |
|
|
Hi,
about the Validatelicense method in AuthenticatedLicenseProvider :
Does it communicate with the license server again ? or the needed informations are embedded in the license file ?
Best regards, |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sun Sep 09, 2012 10:29 pm Post subject: |
|
|
The ValidateLicense method does not communicate with the server again. It just checks the validity of the license - ie that it is for this computer and it is signed correctly (not tampered with). You only need to call this method directly if you did not set the validateLicense parameter to true when calling GetLicense.
If you want to check that a given license is still authenticated by contacting the server again then you can do this by calling either the IsAuthenticated or Reauthenticate method. _________________ Infralution Support |
|
Back to top |
|
|
|