views:

42

answers:

1

I need to verify a DSA signature in Silverlight and since the runtime does not include the System.Security.Cryptography.DSA class I was wondering if anyone has an alternative?

A: 

Unfortunately there is not, unless you could find an open source, safe managed code implementation elsewhere that would compile within the BCL subset of Silverlight.

Jeff Wilcox