ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2010-07-15 Atsushi Enomoto <[email protected]>
  2. * SecurityReplyChannel.cs : when the inner channel gave null
  3. context while returning true, also output null as context.
  4. Throw an error if the inner authenticator is invalid.
  5. 2010-07-12 Atsushi Enomoto <[email protected]>
  6. * SecurityReplyChannel.cs : handle WS-Trust message here.
  7. * SecurityRequestContext.cs : so, do not pass those messages here.
  8. 2010-07-12 Atsushi Enomoto <[email protected]>
  9. * MessageSecurityBindingSupport.cs : and move this to here too.
  10. 2010-07-12 Atsushi Enomoto <[email protected]>
  11. * SecurityCapabilities.cs, SupportingTokenInfo.cs :
  12. new internal types, split from MessageSecurityBindingSupport.cs.
  13. 2010-07-12 Atsushi Enomoto <[email protected]>
  14. * SecurityRequestContext.cs : revert extra and bogus changes I had
  15. locally.
  16. 2010-07-12 Atsushi Enomoto <[email protected]>
  17. * SecurityChannelFactory.cs
  18. SecurityChannelListener.cs
  19. SecurityRequestContext.cs
  20. SecurityOutputChannel.cs
  21. SecurityReplyChannel.cs
  22. SecurityRequestChannel.cs
  23. SecureMessageGenerator.cs
  24. SecureMessageDecryptor.cs
  25. WSEncryptedXml.cs
  26. WSSignedXml.cs
  27. WSSecurityMessageHeader.cs : moved from System.ServiceModel.Channels.