Upravit

Sdílet prostřednictvím


Signature.SignatureBlockXmlNode Property

Definition

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.

Applies to