===============================================================================
=================   Matrix software protection system   =======================
=================                 for                   =======================
=================          C#.NET Applications          =======================
===============================================================================
=================        Copyright (c) TDi GmbH         =======================
===============================================================================

1. To compile the sample, include the project into a Visual Studio Solution.

2. To test the sample with your own dongle, replace the UserCode "1234" in the 
   file "MatrixDemo.cs" with your UserCode.

3. If you do not want to enable unsafe code in your project, you need to remove 
   the imports "Dongle_FindEx" and "SetConfig_MatrixNet" from "mxapi.cs" and the 
   calls of these functions "Dongle_Find_Ex" and "Dongle_Network" in "MatrixDemo.cs".

4. It is important to know, that .NET-Classes are not secure !
   It is possible to watch the code of these precompiled files with reflector-programms, 
   so you can not inhibit, that the customer can analyse the security-calls in your 
   application.
   So we suggest, to use the MatrixLock-Security-Functions in most important API-Dll's 
   used by your application.
