2006-04-05 Atsushi Enomoto * SslPolicyErrors.cs : forgot to add. 2006-04-05 Atsushi Enomoto * AuthenticationLevel.cs, NegotiateStream.cs, SslStream.cs, LocalCertificateSelectionCallback.cs, RemoteCertificateValidationCallback.cs : Updated all unimplemented things to 2.0 RTM. 2006-03-21 Miguel de Icaza * AuthenticatedStream.cs: Implement Dispose method, remove Close method, the Close to fix the API. * NegotiateStream.cs: Implement Dispose method as well, kill Close, rename the various methods to the new ones. 2006-03-11 Miguel de Icaza * AuthenticatedStream.cs: Fixed normative parameter names (yes, we need to do this everywhere one day). (Close): actually obey the "leaveInnerStreamOpen" setting from the constructor. 2006-03-07 Carlos Alberto Cortez * SslStream.cs, NegotiateStream.cs: Override CanTimeout, ReadTimeout and WriteTimeout properties, to avoid warnings. 2005-10-26 Atsushi Enomoto * ProtectionLevel.cs : fix enumeration. 2004-09-13 Tim Coleman * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs * SslStream.cs: New stubs for Fx 2.0