Programmatically adding signature with OnClick event?

L

~Lenny

I need to be able to sign a form with an OnClick event handler. I have tried
all variations (JScript) of the following code:
XDocument.SignedDataBlocks.SignedDataBlock.Sign(); but have had no success.
Any thoughts as to the right method calls?

Thanks.
 
L

~Lenny

Yes. I used the RegForm tool to Fully Trust the form. The error with the line
of code - XDocument.SignedDataBlocks.SignedDataBlock.Sign(); - isn't a
"permission denied" error (which would indicate that the form is not Fully
Trusted), but the error is "method or property not supprted," meaning that I
have the namespace incorrect or that I am trying to call the method off the
wrong Object. Any further thoughts? Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top