Windows x64 full AOT support for mono/mini regression tests.
[mono.git] / mcs / class / System / System.Net / AuthenticationSchemeSelector.cs
index bf81c3afd33bbae0da5727c8fe735bb441314069..e20ccb4465af202ee31739b81474f0c5c94c2e9d 100644 (file)
@@ -25,7 +25,9 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
+
+#if SECURITY_DEP
+
 namespace System.Net {
        public delegate AuthenticationSchemes AuthenticationSchemeSelector (HttpListenerRequest httpRequest);
 }