Share via


Signatures Collection

InfoPath Developer Reference

Contains a collection of Signature objects for each signature in the Microsoft Office InfoPath 2007 form or SignedDataBlock object.

Version Information
 Version Added:  InfoPath 2003

Remarks

The Signatures collection implements properties and a method that can be used to access a form's associated Signature objects and to create a signature. It is accessible through the SignedDataBlock object.

When using the Create method, the signature is not written until the Sign method is called on the Signature object. These methods can be called only from the OnSign event handler.

See Also