Signature.SignatureBlockXmlNode property
Gets a System.Xml.XPathNavigator object positioned at the XML node that contains a digital signature.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SignatureBlockXmlNode As XPathNavigator
Get
'Usage
Dim instance As Signature
Dim value As XPathNavigator
value = instance.SignatureBlockXmlNode
public abstract XPathNavigator SignatureBlockXmlNode { get; }
Property value
Type: System.Xml.XPath.XPathNavigator
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.