I want to encrypt/decrypt some XML using Xamarin.iOS.
In .NET this is done using the System.Security.Cryptography.Xml namespaces (and types) found in the System.Security.dll assembly.
However the System.Security.dll assembly is not part of the profile that is shipped by Xamarin.iOS.
What alternative do I have ?