ChangeLog 995 B

123456789101112131415161718192021222324252627282930313233
  1. 2010-07-12 Atsushi Enomoto <[email protected]>
  2. * SecurityReplyChannel.cs : handle WS-Trust message here.
  3. * SecurityRequestContext.cs : so, do not pass those messages here.
  4. 2010-07-12 Atsushi Enomoto <[email protected]>
  5. * MessageSecurityBindingSupport.cs : and move this to here too.
  6. 2010-07-12 Atsushi Enomoto <[email protected]>
  7. * SecurityCapabilities.cs, SupportingTokenInfo.cs :
  8. new internal types, split from MessageSecurityBindingSupport.cs.
  9. 2010-07-12 Atsushi Enomoto <[email protected]>
  10. * SecurityRequestContext.cs : revert extra and bogus changes I had
  11. locally.
  12. 2010-07-12 Atsushi Enomoto <[email protected]>
  13. * SecurityChannelFactory.cs
  14. SecurityChannelListener.cs
  15. SecurityRequestContext.cs
  16. SecurityOutputChannel.cs
  17. SecurityReplyChannel.cs
  18. SecurityRequestChannel.cs
  19. SecureMessageGenerator.cs
  20. SecureMessageDecryptor.cs
  21. WSEncryptedXml.cs
  22. WSSignedXml.cs
  23. WSSecurityMessageHeader.cs : moved from System.ServiceModel.Channels.