1 2008-02-10 Sebastien Pouliot <sebastien@ximian.com>
3 * NativeDapiProtection.cs: Don't call GetLastWin32Error so late and
4 use the value we already have from a previous call. Found using
7 2005-10-27 Sebastien Pouliot <sebastien@ximian.com>
9 * NativeDapiProtection.cs: New. Native access to DPAPI (Data
10 Protection API) to implement ProtectedData on Windows (requires
11 Windows 2000 or later).
13 2005-10-20 Sebastien Pouliot <sebastien@ximian.com>
15 * ManagedProtection.cs: New. A managed class similar to ProtectedData.
16 Source code will be reused in other assemblies to protect data.