SignedDataBlock.SignatureContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.