View previous topic :: View next topic |
Author |
Message |
Rajeshpr
Joined: 03 Jan 2013 Posts: 1
|
Posted: Thu Jan 03, 2013 6:50 am Post subject: Usage of AuthenticationService |
|
|
Hi,
Is there any sample code available to demonstrate the usage of AuthenticationService.asmx
Thanks,
Rajesh |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Jan 03, 2013 8:43 pm Post subject: |
|
|
The authentication service methods are called via the AuthenticationService class defined in the Infralution.Licensing.Forms, Infralution.Licensing.WPF or Infralution.Licensing.ASP assembly. This class defines raw methods that correspond to each of the methods in AuthenticationService.asmx as well as wrapper methods that handle encrypting the required arguments. The licensed application does not normally call the AuthenticationService class directly. Instead the application calls methods on the AuthenticatedLicenseProvider and AuthenticatedLicenseInstallForm classes which in turn call the AuthenticationService.
When install ILS there are sample projects available from the Start page of License Tracker. The Authenticated Windows Forms Application and Authenticated WPF Application sample projects demonstrate licensing applications that use the Authentication Service to authenticate licenses. The help section "Deploying and Configuring the Authentication Server" contains guidance on setting up and running the Authentication Service. _________________ Infralution Support |
|
Back to top |
|
|
|