I'm using a licensing tool (Rhino.Licensing) that uses signed XML files as licenses.
Since the System.Security.Cryptography.Xml
namespace is not available on varios platforms (like MonoTouch and Mono for Android, etc) its not possible to validate a license and its signature.
Is there a way to read and validate signed XML files on the portable class library platform?
I currently need this feature on .NET, Mono, MonoTouch, Mono for Android, WinRT, Silverlight, MonoGame