ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. 2005-10-20 Sebastien Pouliot <[email protected]>
  2. * CryptographicAttributeCollection.cs: Fixed Add and Remove methods.
  3. * ProtectedMemory.cs: Implemented (unmanaged) for Windows only.
  4. * ProtectedData.cs: Implemented for everything except Windows ;-) by
  5. using the new ManagedProtection class.
  6. 2005-09-26 Sebastien Pouliot <[email protected]>
  7. * Asn*.cs, Oid*.cs: Moved to System.dll
  8. 2005-04-23 Sebastien Pouliot <[email protected]>
  9. * CryptographicAttribute.cs: Renamed class to CryptographicAttribute
  10. Object to match beta2.
  11. * CryptographicAttributeCollection.cs: Renamed class to Cryptographic
  12. AttributeObjectCollection to match beta2.
  13. * CryptographicAttributeEnumerator.cs: Renamed class to Cryptographic
  14. AttributeObjectEnumerator to match beta2.
  15. 2005-01-13 Sebastien Pouliot <[email protected]>
  16. * CryptographicAttribute.cs: Fixed implementation with updated unit
  17. tests.
  18. 2004-07-08 Sebastien Pouliot <[email protected]>
  19. * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
  20. * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
  21. Pkcs9AttributeCollection.
  22. * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
  23. Pkcs9AttributeEnumerator.