* AsymmetricAlgorithm.cs: Initial version
[mono.git] / mcs / class / corlib / System.Security.Cryptography / PaddingMode.cs
index a5641974b2ef5d2c8a59606629b228cca40c41b0..891911e2218e1303dbb99a315d57b6e605627371 100644 (file)
@@ -14,6 +14,7 @@ namespace System.Security.Cryptography {
        /// How to pad the message processed by block ciphers when they don't come out to the being the size of the block.\r
        /// </summary>\r
        public enum PaddingMode {\r
+               None,\r
                PKCS7, // Each byte contains the value of the number of padding bytes.\r
                Zeros  // Append zeros to the message.\r
        }\r