Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System / System.Net.Security / RemoteCertificateValidationCallback.cs
index 9702cb7ef2c6f43ebcc5b02c171dc3c0b4682242..10ad8371d207eb8ea16bee024fdbb7517338fdd8 100644 (file)
@@ -33,17 +33,10 @@ using System.Security.Cryptography.X509Certificates;
 
 namespace System.Net.Security 
 {
-#if !MOONLIGHT
-       public
-#endif
-       delegate bool RemoteCertificateValidationCallback (
+       public delegate bool RemoteCertificateValidationCallback (
                object sender,
-#if !MOONLIGHT
                X509Certificate certificate,
                X509Chain chain,
-#else
-               object certificate,
-               object chain,
-#endif
                SslPolicyErrors sslPolicyErrors);
 }
+