SignedDataBlock Object
InfoPath Developer Reference |
Represents a set of signed data in a Microsoft Office InfoPath 2007 form.
Version Information
Version Added: InfoPath 2003
Remarks
The SignedDataBlock object provides a number of properties and one method that can be used to programmatically interact with a set of signed data.
The SignedDataBlock object contains the following read-only properties:
Property | Description |
---|---|
XPath | Returns the XPath expression of the set of signed data represented by theSignedDataBlock object. |
Name | Returns the name of theSignedDataBlock object.. |
Caption | Returns the friendly name of the SignedDataBlock object.. |
SignatureRelation | Returns the relation among multiple signatures on the SignedDataBlock object.. |
Signatures | Returns a collection of the signatures of a SignedDataBlock object. |
XPathNamespaceDeclarations | Returns the namespace definitions for the SignedDataBlock object.. |
SignatureContainer | Returns the root XML node of the sub-tree that contains the signature(s). |
The SignedDataBlock object contains the following method:
Method | Description |
---|---|
Sign | Invokes the Digital Signatures dialog box to add a digital signature to the SignedDataBlock section of the form. |
See Also