ChangeLog 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 2007-11-27 Atsushi Enomoto <[email protected]>
  2. * X509CertificateClaimSet.cs : the semantics of the members has
  3. changed after I practically touched this type last time.
  4. 2007-04-05 Atsushi Enomoto <[email protected]>
  5. * Claim.cs : added serialized fields.
  6. 2007-02-05 Atsushi Enomoto <[email protected]>
  7. * X509CertificateClaimSet.cs : removed extraneous claims.
  8. 2006-10-07 Atsushi Enomoto <[email protected]>
  9. * ClaimSet.cs : implemented System.
  10. * Claim.cs : implement everything except for windows specific stuff.
  11. * DefaultClaimSet.cs : implemented Initialize().
  12. * X509CertificateClaimSet.cs : implemented some members.
  13. 2006-09-12 Atsushi Enomoto <[email protected]>
  14. * ClaimSet.cs : warning cleanup.
  15. 2006-09-07 Atsushi Enomoto <[email protected]>
  16. * Claim.cs, Rights.cs : mostly implemented.
  17. 2006-09-04 Atsushi Enomoto <[email protected]>
  18. * ClaimTypes.cs, DefaultClaimSet.cs, Claim.cs :
  19. updated namespace URI.
  20. 2006-08-28 Atsushi Enomoto <[email protected]>
  21. * ClaimTypes.cs : implemented.
  22. 2006-07-04 Atsushi Enomoto <[email protected]>
  23. * ClaimSetBase.cs, DefaultClaimSet.cs : renamed from former to latter.
  24. 2006-07-04 Atsushi Enomoto <[email protected]>
  25. * ClaimSetBase.cs, WindowsClaimSet.cs, ClaimSet.cs, Claim.cs,
  26. ClaimTypes.cs, X509CertificateClaimSet.cs : June CTP updates.
  27. 2006-03-22 Atsushi Enomoto <[email protected]>
  28. * WindowsClaimSet.cs X509CertificateClaimSet.cs : new files.
  29. * ClaimSetBase.cs Rights.cs ClaimSet.cs Claim.cs : several updates
  30. to match Feb. CTP.
  31. 2006-02-23 Atsushi Enomoto <[email protected]>
  32. * Claim.cs ClaimSet.cs ClaimSetBase.cs :
  33. Moving namespaces to System.IdentityModel.*.
  34. 2006-02-23 Atsushi Enomoto <[email protected]>
  35. * Claim.cs ClaimSet.cs ClaimSetBase.cs : moved from
  36. System.ServiceModel (via System.IdentityModel.Policy).