[MonoTouch] [Monotouch] EncryptedXml

2011-09-27 Thread Pavel Sich
Hi,has anyone tried to useEncryptedXmlobject fromSystem.Security.Cryptography.Xml? It seems to be missing in the Monotouch. Is there a way how to use these classes? Or iOS SDK native way of an equivalent?Any help is appreciated.-Pavel.___ MonoTouch

Re: [MonoTouch] [Monotouch] EncryptedXml

2011-09-27 Thread Sebastien Pouliot
Hello Pavel, System.Security.dll (which provides types inside System.Security.Cryptography.Xml) is not part of MonoTouch since it was not inside the original Silverlight profile on which Xamarin's mobile products were based. However you can likely compile this assembly from source and, with a few