[System] Fixes UdpClient.Receive with IPv6 endpoint
[mono.git] / mcs / class / System / System.Net.Security / AuthenticationLevel.cs
old mode 100755 (executable)
new mode 100644 (file)
index cc12d93..39c7718
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 
 
 namespace System.Net.Security 
 {
        public enum AuthenticationLevel 
        {
+               None,
                MutualAuthRequested,
                MutualAuthRequired,
-               None
        }
 }
 
-#endif