New tests.
[mono.git] / mcs / class / System / System.Net / ICertificatePolicy.cs
index 43cfa91b20d3d77ce6035466e9863f6db844602a..98d8081af14d1e98f6a598d8b4e6acd416fa3f9d 100644 (file)
@@ -30,9 +30,11 @@ using System.Security.Cryptography.X509Certificates;
 
 namespace System.Net {
 
-       // <remarks>
-       // </remarks>
+#if MOONLIGHT
+       internal interface ICertificatePolicy {
+#else
        public interface ICertificatePolicy {
+#endif
                bool CheckValidationResult (
                                ServicePoint srvPoint,
                                X509Certificate certificate,