2009-06-05 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / XmlSignature.cs
index f6e8d5725bfe43597a79eab6e444971fb926b383..aba127bdf821cf3a67c92319012eaeffe023da4c 100644 (file)
@@ -105,6 +105,7 @@ namespace System.Security.Cryptography.Xml {
                        public const string XmlDsigExcC14NTransform = "http://www.w3.org/2001/10/xml-exc-c14n#";
                        public const string XmlDsigExcC14NWithCommentsTransform = "http://www.w3.org/2001/10/xml-exc-c14n#WithComments";
                        public const string XmlDecryptionTransform = "http://www.w3.org/2002/07/decrypt#XML";
+                       public const string XmlLicenseTransform = "urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform";
 #endif
                }