XDocument.OnSign Event

InfoPath Developer Reference

Occurs after a set of signed data has been selected to sign.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.OnSign(pEvent)

expression   An expression that returns a XDocument object.

Parameters

Name Required/Optional Data Type Description
pEvent Required SignEvent An event object that is used during the OnSign event.

Return Value
nothing

Remarks

You can use this event to add additional data to the digital signature. For example, you can add data from a trusted timestamp server, or add a server-side countersignature of the transaction. You can also use this event to block signing if the current user is not a member of a particular group.

See Also