DeployLX 5.1.5883 Professional » Developer.Team

DeployLX 5.1.5883 Professional

DeployLX 5.1.5883 Professional
DeployLX 5.1.5883 Professional | 34 Mb


See how quickly and easily you can add copy protection to your .NET Windows Application, Control Library or ASP.NET application with DeployLX Licensing. Don't wait for copy-cats. Right now you can use the same copy protection chosen by every branch of the US military, defense contractors, game developers and fortune 500 companies.

The DeployLX runtime is a library of copy protection methods that integrate into your product. Rather than writing custom rules in your code or learning an arcane list of methods to enforce different rules, you just call one method from the DeployLX Library.

Then you create license files using the Easy or Advanced License editors and describe the copy protection rules you'd like enforced.

DeployLX takes over from here. Finds a license. Verifies that you created the license - not a hacker - and that it has not been modified and that all the rules pass.

License files may include license editions for the same product enabling different features or restrictions. When the user enters a serial number DeployLX unlocks the corresponding license and enables only those features assigned to that edition.

Want to give users a chance to evaluate your product? No problem. Create a license file with a Trial limit. No code changes required.

The validation process can be extended to a centralized license server where you can monitor license usage, remotely disable non-paying customers and automate common license tasks. Just add a License Server Limit to the license. No code changes required.

Associate a license with a specific user's machine to stop file sharing. Fine tune the license to your customers' needs with the unique machine profiling and tolerance adjustments available in DeployLX. Add an Activation Limit to the license. No code changes required.

The DeployLX runtime is a library of copy protection methods that integrate into your product. Rather than writing custom rules in your code or learning an arcane list of methods to enforce different rules, you just call one method from the DeployLX Library.

Then you create license files using the Easy or Advanced License editors and describe the copy protection rules you'd like enforced.

DeployLX takes over from here. Finds a license. Verifies that you created the license - not a hacker - and that it has not been modified and that all the rules pass.

VB
Public Class ProtectedClass
  Private _license As SecureLicense

  Public Sub New()
    _license = SecureLicenseManager.Validate(Me, Nothing, Nothing)
  End Sub

  Public Sub DoSomething()
    If _license.IsTrial Then
      MessageBox.Show("Enjoy the trial.")
    Else
      MessageBox.Show("Thanks for your purchase.")
    End If
  End Sub
End Class


C#
public class ProtectedClass
{
  private SecureLicense _license;

  public ProtectedClass() {
    _license = SecureLicenseManager.Validate( this, null, null );
  }

  public void DoSomething() {
   if( _license.IsTrial )
     MessageBox.Show( "Enjoy the trial." );
   else
     MessageBox.Show( "Thanks for your purchase." );
  }
}




[/b]

[b] Only for V.I.P
Warning! You are not allowed to view this text.

Comments 1

OneManDo 23 March 2016 08:51
Thanks for greaaaat application
------
In a clear day you can C(++) forecr
SiteLock