ChangeLog 666 B

12345678910111213141516171819
  1. 2005-04-22 Sebastien Pouliot <[email protected]>
  2. * AccessControlActions.cs: Removed [ComVisible] and [Serializable] to
  3. match beta2.
  4. 2005-01-10 Sebastien Pouliot <[email protected]>
  5. * CryptoKeySecurity.cs: Class declaration to complete CspParameters
  6. and CspKeyContainerInfo in System.Security.Cryptography.
  7. 2004-07-08 Sebastien Pouliot <[email protected]>
  8. * AccessControlActions.cs: Fixed enum values. Added missing attributes.
  9. 2004-07-07 Sebastien Pouliot <[email protected]>
  10. * AccessControlActions.cs: New enum in Fx 2.0. Required for new stuff
  11. in System.Security.Permissions. Will also "creates" the namespace for
  12. "corcompare".