Check InfoPath document with SignedXml .net class

S

Spark2K

Is there any way to check signed InfoPath document with
System.Security.Cryptography.Xml.SignedXml class?
I've tried to use code snippet supplied with MSDN, but it returns 'false' in
CheckSignature method.
 
Top