Edit

Share via


SignedDataBlock.SignatureContainer Property

Definition

Gets a System.Xml.XPathNavigator object positioned at the root XML node of the subtree in the form that contains the signatures applied to the set of data represented by the SignedDataBlock object.

public:
 abstract property System::Xml::XPath::XPathNavigator ^ SignatureContainer { System::Xml::XPath::XPathNavigator ^ get(); };
public abstract System.Xml.XPath.XPathNavigator SignatureContainer { get; }
member this.SignatureContainer : System.Xml.XPath.XPathNavigator
Public MustOverride ReadOnly Property SignatureContainer As XPathNavigator

Property Value

An System.Xml.XPathNavigator object positioned at the root XML node of the subtree in the form that contains the signatures applied to the set of data represented by the SignedDataBlock object.

Remarks

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.

Applies to