SignedDataBlock members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSignedDataBlockObject.
The SignedDataBlock type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption | Gets the signature confirmation message of the SignedDataBlockObject object. | |
Name | Gets the friendly name of a SignedDataBlockObject object. | |
SignatureContainer | Gets the root XML node of the subtree containing the signatures in the SignedDataBlockObject object. | |
SignatureRelation | Gets the relation among multiple signatures of the SignedDataBlockObject object, expressed as XdSignatureRelation enumerated constants. | |
Signatures | Gets a reference to the SignaturesCollection collection associated with the SignedDataBlockObject object. | |
XPath | Gets the XPath expression of a SignedDataBlockObject object. | |
XPathNamespaceDeclarations | Gets the namespace declarations for the XPath expression returned by the XPath property of a SignedDataBlockObject object. |
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 form. |
Top