I have a requirement to validate an XML signature from within Silverlight. In full .NET, there are XmlDocument and SignedXml objects which can be used to perform this task. Seeing as these do not exist in Silverlight, is there another way to do this, perhaps using XDocument?
I have a requirement to validate an XML signature from within Silverlight. In full
Share
If you don’t mind third-party solutions, one of the options is XMLBlackbox package of our SecureBlackbox. It supports XMLEnc, XMLDSig and XAdES and includes Silverlight assemblies.