Desktop Developer, "Implement .NET Component Licensing," by Fabio Ferracchiatti
Visual Studio Magazine, March 2003

vsmShowFolderBrowser
====================
This is the WinForms example that uses vsmFolderBrowser component.


LicFileLicenseProvider
======================
This is the easier example that uses .NET pre-built licensing mechanism. In order to use it just launch vsmShowFolderBrowser VS.NET project, add the component from the Component Toolbox... dialog box and see that you can't use it unless you rename the lic file.

Inherited
=========
This is the example that derives a new class from LicFileLicenseProvider. In order to use it just launch vsmShowFolderBrowser VS.NET project, add the component from the Component Toolbox... dialog box and see that you can't use it unless you rename the lic file.

Crypto
======
This is the example that masquerade a license filename and license string. In order to use it just launch vsmShowFolderBrowser VS.NET project, add the component from the Component Toolbox... dialog box and see that you can't use it unless you rename the lic file.
