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
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