Signature.SignatureBlockXmlNode Property (Microsoft.Office.InfoPath)

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
'Usage
Dim instance As Signature
Dim value As XPathNavigator

value = instance.SignatureBlockXmlNode
public abstract XPathNavigator SignatureBlockXmlNode { get; }

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

See Also

Reference

Signature Class
Signature Members
Microsoft.Office.InfoPath Namespace