ChangeLog 402 B

12345678910
  1. 2005-10-27 Sebastien Pouliot <[email protected]>
  2. * NativeDapiProtection.cs: New. Native access to DPAPI (Data
  3. Protection API) to implement ProtectedData on Windows (requires
  4. Windows 2000 or later).
  5. 2005-10-20 Sebastien Pouliot <[email protected]>
  6. * ManagedProtection.cs: New. A managed class similar to ProtectedData.
  7. Source code will be reused in other assemblies to protect data.