[Mono-list] Support for XML Encryption

Sebastien Pouliot sebastien.pouliot at gmail.com
Thu Feb 8 08:02:04 EST 2007


Xml encryption is a Fx 2.0 feature. So make sure your MD settings are
using the 2.0 profile, i.e. the gmcs compiler. 

On Thu, 2007-02-08 at 19:20 +0900, Atsushi Eno wrote:
> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Sebastien Pouliot  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/



More information about the Mono-list mailing list