Share via


SignatureInfo Members

Include Protected Members
Include Inherited Members

Represents the information used to create a digital or in-document signature.

The SignatureInfo type exposes the following members.

Properties

  Name Description
Public property Application (Inherited from _IMsoDispObj.)
Public property Application Gets an Application object that represents the container application for the SignatureInfo object. Read-only.
Public property CertificateVerificationResults Gets the results from the verification of a digital certificate. Read-only.
Public property ContentVerificationResults Gets a value representing the results of the verification of the hashed contents of a signed document. Read-only.
Public property Creator (Inherited from _IMsoDispObj.)
Public property Creator Gets a 32-bit integer that indicates the application in which the SignatureInfo object was created. Read-only.
Public property IsCertificateExpired Gets a Boolean value indicating whether the digital certificate is expired. Read-only.
Public property IsCertificateRevoked Gets a Boolean value indicating whether the digital certificate is revoked. Read-only.
Public property IsCertificateUntrusted Gets a Boolean value indicating whether the digital certificate used to digitally sign a document comes from a trusted source. Read-only.
Public property IsValid Gets a Boolean value indicating whether the signature was successfully validated following signature verification. Read-only.
Public property ReadOnly Gets a Boolean value indicating whether the SignatureInfo object is read-only. Read-only.
Public property SignatureComment Gets or sets a value containing comments included in a signature packet. Read/write.
Public property SignatureImage Gets or sets the value of the image used to sign the document. Read/write.
Public property SignatureProvider Gets a value identifying an installed signature provider add-in. Read-only.
Public property SignatureText Gets or sets the value of the signature text used to sign this document. Read/write.

Top

Methods

  Name Description
Public method GetCertificateDetail Displays a specified detail related to a digital certificate.
Public method GetSignatureDetail Displays a specified detail related to a signature.
Public method SelectCertificateDetailByThumbprint Displays a dialog box containing information about a digital certificate following vertification of the user from a thumbprint.
Public method SelectSignatureCertificate Displays a dialog box that allows users to select which signature certificate to use for signing a document.
Public method ShowSignatureCertificate Displays the selected or default digital certificate.

Top

See Also

Reference

SignatureInfo Interface

Microsoft.Office.Core Namespace