Reference_Syntax.sign( OBJECT param1, STRING param2, STRING param3 [, STRING param4 [, BOOLEAN param5 [, OBJECT param6 [, OBJECT param7 ] ] ] ] )
param4 (Optional) input (Optional) The only valid value is open (default) indicating that data nodes are open for edit and can be manipulated at runtime. param5 (Optional) input (Optional)
• true | 1 (JavaScript) or 1 (FormCalc) (default)Indicates that a dialog is not used for this operation. If you specify this value you must provide an alternative security handler in param6 so that the application hosting the form can retrieve the correct password and credentials to use when signing the form. param6 (Optional) input (Optional) Represents the SecurityHandler object that is used to sign. Security objects normally require initialization before they can be used for signing. You must provide a value for this parameter if you set param5 to False. param7 (Optional) output (Optional) True if the signature was applied successfully and False if the signing option was canceled. An exception is returned if the signing operation fails.