X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FSecurityProtocolType.cs;h=d68ab6e25d3c00e4c1deb00d512e917b1705cfc3;hb=69da587d6ae81fcbdcedac1334aae4ec766abee0;hp=81882201298d9125aa01e20e233686ceda417d5a;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/class/System/System.Net/SecurityProtocolType.cs b/mcs/class/System/System.Net/SecurityProtocolType.cs index 81882201298..d68ab6e25d3 100644 --- a/mcs/class/System/System.Net/SecurityProtocolType.cs +++ b/mcs/class/System/System.Net/SecurityProtocolType.cs @@ -30,7 +30,9 @@ namespace System.Net { [Flags] +#if !NET_2_0 [Serializable] +#endif public enum SecurityProtocolType { Ssl3 = 48,