SignedDataBlockObject Members
Include Protected Members
Include Inherited Members
Represents a set of data in a Microsoft InfoPath 2010 form which can be signed.
The SignedDataBlockObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption | Gets the signature confirmation message of the SignedDataBlockObject object. (Inherited from SignedDataBlock.) | |
Name | Gets the friendly name of a SignedDataBlockObject object. (Inherited from SignedDataBlock.) | |
SignatureContainer | Gets the root XML node of the subtree containing the signatures in the SignedDataBlockObject object. (Inherited from SignedDataBlock.) | |
SignatureRelation | Gets the relation among multiple signatures of the SignedDataBlockObject object, expressed as XdSignatureRelation enumerated constants. (Inherited from SignedDataBlock.) | |
Signatures | Gets a reference to the SignaturesCollection collection associated with the SignedDataBlockObject object. (Inherited from SignedDataBlock.) | |
XPath | Gets the XPath expression of a SignedDataBlockObject object. (Inherited from SignedDataBlock.) | |
XPathNamespaceDeclarations | Gets the namespace declarations for the XPath expression returned by the XPath property of a SignedDataBlockObject object. (Inherited from SignedDataBlock.) |
Top
Methods
Name | Description | |
---|---|---|
Sign | Invokes the Digital Signatures Wizard to add a digital signature to the currently selected set of data which can be signed in a Microsoft InfoPath 2010 form. (Inherited from SignedDataBlock.) |
Top