Share via


Signatures.Create Method

InfoPath Developer Reference

Creates a new Signature object.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Create

expression   An expression that returns a Signatures object.

Return Value
Signature

Remarks

The digital signature in not actually written to the file until the Sign method is called for the newly created Signature object.

Bb229756.vs_note(en-us,office.12).gif  Note
This method can be called only from the OnSign event handler.

Security Level 3: Can be accessed only by fully trusted forms.

See Also