Remove profanity
[mono.git] / mcs / class / System / System.Security.Authentication / CipherAlgorithmType.cs
index ad7973ef8890ff2719e207b2b842df022faf4396..0af6badd1ee76a5a6d7fe28ec9186e070e4e0cce 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 
-
 namespace System.Security.Authentication
 {
        public enum CipherAlgorithmType 
        {
                None       = 0,
+               Null       = 0x6000,
                Aes        = 0x6611,
                Aes128     = 0x660e,
                Aes192     = 0x660f,
@@ -47,4 +46,3 @@ namespace System.Security.Authentication
        }
 }
 
-#endif