SignedDataBlock.Caption property

Gets the signature confirmation message defined for the set of data represented by the SignedDataBlock object.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Caption As String
    Get
'Usage
Dim instance As SignedDataBlock
Dim value As String

value = instance.Caption
public abstract string Caption { get; }

Property value

Type: System.String
The signature confirmation message defined for the set of data represented by the SignedDataBlock object.

Remarks

If the form template is configured to allow signing parts of the form, the value of the Caption property corresponds to the value entered in the Signature confirmation message box of the Set of Signable Data dialog box when the set of data that can be signed was defined in the form template.

If the form template is configured to enable digital signatures for the entire form, the Caption property will always return "Verify that the form or section you are signing is correct, as well as the additional information that will be stored with your signature".

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

SignedDataBlock class

SignedDataBlock members

Microsoft.Office.InfoPath namespace