SignedDataBlock Interface

Definition

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.

public interface class SignedDataBlock
[System.Runtime.InteropServices.Guid("096CD714-0786-11D1-95FA-0080C78EE3BB")]
public interface SignedDataBlock
type SignedDataBlock = interface
Public Interface SignedDataBlock
Derived
Attributes

Properties

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.

Methods

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 Office InfoPath form.

Applies to