SignatureProvider.ShowSignatureDetails Method

Definition

Provides a signature provider add-in the opportunity to display details about a signed signature line and display additional stored information such as a secure time-stamp.

public:
 void ShowSignatureDetails(System::Object ^ ParentWindow, Microsoft::Office::Core::SignatureSetup ^ psigsetup, Microsoft::Office::Core::SignatureInfo ^ psiginfo, System::Object ^ XmlDsigStream, [Runtime::InteropServices::Out] Microsoft::Office::Core::ContentVerificationResults % pcontverres, [Runtime::InteropServices::Out] Microsoft::Office::Core::CertificateVerificationResults % pcertverres);
public void ShowSignatureDetails (object ParentWindow, Microsoft.Office.Core.SignatureSetup psigsetup, Microsoft.Office.Core.SignatureInfo psiginfo, object XmlDsigStream, out Microsoft.Office.Core.ContentVerificationResults pcontverres, out Microsoft.Office.Core.CertificateVerificationResults pcertverres);
abstract member ShowSignatureDetails : obj * Microsoft.Office.Core.SignatureSetup * Microsoft.Office.Core.SignatureInfo * obj * ContentVerificationResults * CertificateVerificationResults -> unit
Public Sub ShowSignatureDetails (ParentWindow As Object, psigsetup As SignatureSetup, psiginfo As SignatureInfo, XmlDsigStream As Object, ByRef pcontverres As ContentVerificationResults, ByRef pcertverres As CertificateVerificationResults)

Parameters

ParentWindow
Object

Contains the handle to the window containing the signature details.

psigsetup
SignatureSetup

Specifies initial settings of the signature provider.

psiginfo
SignatureInfo

Specifies information about the signed signature line.

XmlDsigStream
Object

Represents a steam of data or binary large object of XML.

pcontverres
ContentVerificationResults

Contains a value representing the results of verificating the signature content.

pcertverres
CertificateVerificationResults

Contains a value representing the results of verificating the signing certification.

Applies to