Forgot #if NET_4_0.
authorAtsushi Eno <atsushi@ximian.com>
Wed, 20 Oct 2010 10:23:02 +0000 (19:23 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Wed, 20 Oct 2010 10:23:02 +0000 (19:23 +0900)
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/HttpTransportSecurityElement.cs

index 4640bed514525093bf4593831144bb8c6acc7914..55f85396c821c6672707d5a333c7be8b010564ca 100644 (file)
@@ -93,7 +93,9 @@ namespace System.ServiceModel.Configuration
                        properties.Add (client_credential_type);
                        properties.Add (proxy_credential_type);
                        properties.Add (realm);
+#if NET_4_0
                        properties.Add (extended_protection_policy);
+#endif
                }
 
                public HttpTransportSecurityElement ()