How to display Digital signature information?

J

Jonathan

I have a form that requires three digital signatures, I would like to
display the information in a similar manor as when a section is signed.


I would like to put the three signatures in a table. The first column
would contain a label (i.e. employee, manager, VP) and the second
column would contain the signature information.

I have attempted to put code into the onsign event to try and populate
these fields, however when I try:


Signature thisSignature = e.SignedDataBlock.Signatures.Create();
theSignature.sign();
nameField.text = thesignature.Certificate.IssuedTo;

the last line errors out. Any thoughts or ideas on how (and when) I
can populate these fields?

Thanks
-Jonathan
 

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