2004-02-07 Tim Coleman <tim@timcoleman.com>
authorTim Coleman <tim@mono-cvs.ximian.com>
Sat, 7 Feb 2004 05:02:23 +0000 (05:02 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Sat, 7 Feb 2004 05:02:23 +0000 (05:02 -0000)
commit05990a34a670ec0b4dbc7d7ee4e9bf875f26b73e
tree552568ec5365771fd4c4ba2963f874b0bfb70009
parent5b323f16ebe60f94f462891e8ba392866af67551
2004-02-07  Tim Coleman <tim@timcoleman.com>
        * CipherData.cs CipherReference.cs EncryptedData.cs
        * EncryptedReference.cs EncryptedType.cs EncryptionMethod.cs
        * EncryptionProperties.cs EncryptionProperty.cs XmlEncryption.cs:
                New classes added for Xml Encryption in 1.2
        * KeyInfoRetrievalMethod.cs:
                Added Type attribute for 1.2
        * XmlSignature.cs:
                Added string constants for algorithm namespaces

svn path=/trunk/mcs/; revision=22849
12 files changed:
mcs/class/System.Security/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/System.Security.Cryptography.Xml/CipherData.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/CipherReference.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptedData.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptedReference.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptedType.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptionMethod.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptionProperties.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptionProperty.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/KeyInfoRetrievalMethod.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlEncryption.cs [new file with mode: 0644]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs