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