Share via


Signature Object

InfoPath Developer Reference

Represents a digital signature that has been added to a form or set of signed data in a form.

Version Information
 Version Added:  InfoPath 2003

Remarks

Use the Item property of the Signatures collection to return a Signature object.

The Signature object contains the following properties, which can be used to return information about a digital signature:

Property Description
Comment Returns the text comment that was added to the digital signature.
Status Returns the status of the specified digital signature
SignatureBlockXmlNode Returns the XML node corresponding the digital signature.
Certificate Returns the Certificate object for the X.509 digital certificate that was used when signing a form or a set of signed data.

The Signature object contains the following method:

Method Description
Sign Writes the XML digital signature block and computes the cryptographic hash for the signed data.

See Also