[msvc] Update csproj files
[mono.git] / mcs / class / System / System.Net / AuthenticationManager.cs
index e987c5bd55f0c67461c3e0c6570d0b21efff6599..98200b45b4a01ad613756f7d16839f978ce1e08f 100644 (file)
@@ -51,7 +51,7 @@ namespace System.Net
                                        return;
                                
                                modules = new ArrayList ();
-#if NET_2_1
+#if MOBILE
                                modules.Add (new NtlmClient ());
                                modules.Add (new DigestClient ());
                                modules.Add (new BasicClient ());
@@ -106,6 +106,13 @@ namespace System.Net
                        }
                }
 
+               [MonoTODO]
+               internal static bool OSSupportsExtendedProtection {
+                       get {
+                               return false;
+                       }
+               }
+
                internal static void Clear ()
                {
                        EnsureModules ();