SignatureXPath Property
The XPath of the signature.
Syntax
[VB.NET] Public Property SignatureXPath As String
[C#] public string SignatureXPath {get; set;}
Remarks
This property specifies the XPath in the XML where the signature will be placed.
This may be set before calling Sign. This property will be populated when calling VerifySignature.
The default value is "/".
This property is not available at design time.
Default Value
"/"