SignatureProvider.SignXmlDsig Method
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.
Used to sign the XMLDSIG template.
public:
void SignXmlDsig(System::Object ^ QueryContinue, Microsoft::Office::Core::SignatureSetup ^ psigsetup, Microsoft::Office::Core::SignatureInfo ^ psiginfo, System::Object ^ XmlDsigStream);
public void SignXmlDsig (object QueryContinue, Microsoft.Office.Core.SignatureSetup psigsetup, Microsoft.Office.Core.SignatureInfo psiginfo, object XmlDsigStream);
abstract member SignXmlDsig : obj * Microsoft.Office.Core.SignatureSetup * Microsoft.Office.Core.SignatureInfo * obj -> unit
Public Sub SignXmlDsig (QueryContinue As Object, psigsetup As SignatureSetup, psiginfo As SignatureInfo, XmlDsigStream As Object)
Parameters
- QueryContinue
- Object
Provides a way to query the host application for permission to continue the verification operation.
- psigsetup
- SignatureSetup
Specifies configuration information about a signature line.
- psiginfo
- SignatureInfo
Specifies information captured from the signing ceremony.
- XmlDsigStream
- Object
Represents a steam of data containing XML, which represents an XMLDSIG object.
Remarks
XMLDSIG is a standards-based signature format http://www.w3.org/TR/xmldsig-core/