Hi, They are already implemented in System.Security.dll. Probably you need to add assembly references to your project.
It is likely that your project file references not to System.Security.dll but something like system.security.dll. That does not matter on Windows but it does on Linux. Removing existing reference and adding the same ones would make it work, if it's the case. Atsushi Eno stij wrote: > Hey all, I just decided to try to convert an existing .NET solution to Mono. > I use MonoDevelop for the source editing. While compiling i encountered many > errors, most of them are solved now, one however won't go away. > > The project uses the System.Security.Cryptography.Xml namespace, and the > classes EncryptedXml, EncryptedData and EncrptedKey in particular. I can't > seem to find these in the Mono project, is that possible. Is there a > solution for this problem, or are these classes yet to be put into Mono? > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
