| 123456789101112131415161718192021222324252627282930313233343536373839 |
- 2010-07-15 Atsushi Enomoto <[email protected]>
- * SecurityReplyChannel.cs : when the inner channel gave null
- context while returning true, also output null as context.
- Throw an error if the inner authenticator is invalid.
- 2010-07-12 Atsushi Enomoto <[email protected]>
- * SecurityReplyChannel.cs : handle WS-Trust message here.
- * SecurityRequestContext.cs : so, do not pass those messages here.
- 2010-07-12 Atsushi Enomoto <[email protected]>
- * MessageSecurityBindingSupport.cs : and move this to here too.
- 2010-07-12 Atsushi Enomoto <[email protected]>
- * SecurityCapabilities.cs, SupportingTokenInfo.cs :
- new internal types, split from MessageSecurityBindingSupport.cs.
- 2010-07-12 Atsushi Enomoto <[email protected]>
- * SecurityRequestContext.cs : revert extra and bogus changes I had
- locally.
- 2010-07-12 Atsushi Enomoto <[email protected]>
- * SecurityChannelFactory.cs
- SecurityChannelListener.cs
- SecurityRequestContext.cs
- SecurityOutputChannel.cs
- SecurityReplyChannel.cs
- SecurityRequestChannel.cs
- SecureMessageGenerator.cs
- SecureMessageDecryptor.cs
- WSEncryptedXml.cs
- WSSignedXml.cs
- WSSecurityMessageHeader.cs : moved from System.ServiceModel.Channels.
|