[docs] Import of Microsoft BCL Documentation.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SymmetricAlgorithm.cs
index 99b41562aef5e07b5075f35377e8b9fff6e210c7..ba713e8c6e5a3b41374f05672ec3e3421147f111 100644 (file)
@@ -42,16 +42,9 @@ namespace System.Security.Cryptography {
                protected byte[] KeyValue; 
                protected KeySizes[] LegalBlockSizesValue; 
                protected KeySizes[] LegalKeySizesValue; 
-#if MOONLIGHT
-               // Silverlight 2.0 only supports CBC
-               internal int FeedbackSizeValue;
-               internal CipherMode ModeValue;
-               internal PaddingMode PaddingValue;
-#else
                protected int FeedbackSizeValue;
                protected CipherMode ModeValue;
                protected PaddingMode PaddingValue;
-#endif
                private bool m_disposed;
 
                protected SymmetricAlgorithm ()