Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,39 +0,0 @@
2010-07-15 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* SecurityReplyChannel.cs : handle WS-Trust message here.
* SecurityRequestContext.cs : so, do not pass those messages here.
2010-07-12 Atsushi Enomoto <atsushi@ximian.com>
* MessageSecurityBindingSupport.cs : and move this to here too.
2010-07-12 Atsushi Enomoto <atsushi@ximian.com>
* SecurityCapabilities.cs, SupportingTokenInfo.cs :
new internal types, split from MessageSecurityBindingSupport.cs.
2010-07-12 Atsushi Enomoto <atsushi@ximian.com>
* SecurityRequestContext.cs : revert extra and bogus changes I had
locally.
2010-07-12 Atsushi Enomoto <atsushi@ximian.com>
* 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.