Signature.SignatureBlockXmlNode 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 XML node that contains a digital signature.
public:
abstract property System::Xml::XPath::XPathNavigator ^ SignatureBlockXmlNode { System::Xml::XPath::XPathNavigator ^ get(); };
public abstract System.Xml.XPath.XPathNavigator SignatureBlockXmlNode { get; }
member this.SignatureBlockXmlNode : System.Xml.XPath.XPathNavigator
Public MustOverride ReadOnly Property SignatureBlockXmlNode As XPathNavigator
Property Value
A System.Xml.XPathNavigator object positioned at the XML node that contains a digital signature.
Remarks
You can use this property to extend the signature properties or the set of data that Microsoft InfoPath stores with the signature.
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.