I have a file created using SignedXml class in "normal" .NET framework. It's signed using RSA algorithm. I'd like to check its signature using XDocument in a Windows RT application, what is the best way to do it? Port some crypto library or are there any other alternatives? class in