Dynamic License Validation Rules

  • Create licenses to fit your needs
  • Change rules without re-compiling
  • Custom solutions for your valued customers

Registration Limit

The Registration Limit asks the user for a serial number to unlock a specific license edition and captures the user's contact information.

  • One assembly with multiple license editions.
  • Easy serial number entry eliminates typos.
  • Add your own registration fields.
  • Send details to the license server.

Code Samples

If _license.IsUnlocked Then
    ShowRegisteredVersionTools()
End If
if( _license.IsUnlocked )
    ShowRegisteredVersionTools(); 
_license.ShowRegistrationForm(Me, Nothing, Nothing)
_license.ShowRegistrationForm( this, null, null );