NOTE: This assembly ONLY works under the Windows operating system. All classes inside this assembly should NEVER be used directly by any application. This also means you should never link this assembly with others assemblies. In order to use theses cryptographic implementations you must change your machine.config file to redirect default implementation to the one provided in this assembly. Example: This example will replace the default RandomNumberGenerator implementation (the one used for generating keys and IV) by one using CryptoAPI. Note that there may be multiple entries to modify for a default implementation (like 3 for RNG). ... other config stuff ... Note: the whole section can be missing from your machine.config file. Sebastien Pouliot sebastien@ximian.com