SignatureInfo Interface
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.
Represents the information used to create a digital or in-document signature.
public interface class SignatureInfo : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CD6A2-0000-0000-C000-000000000046")]
public interface SignatureInfo : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CD6A2-0000-0000-C000-000000000046")>]
type SignatureInfo = interface
interface _IMsoDispObj
Public Interface SignatureInfo
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the SignatureInfo object. Read-only. |
CertificateVerificationResults |
Gets the results from the verification of a digital certificate. Read-only. |
ContentVerificationResults |
Gets a value representing the results of the verification of the hashed contents of a signed document. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the SignatureInfo object was created. Read-only. |
IsCertificateExpired |
Gets a Boolean value indicating whether the digital certificate is expired. Read-only. |
IsCertificateRevoked |
Gets a Boolean value indicating whether the digital certificate is revoked. Read-only. |
IsCertificateUntrusted |
Gets a Boolean value indicating whether the digital certificate used to digitally sign a document comes from a trusted source. Read-only. |
IsValid |
Gets a Boolean value indicating whether the signature was successfully validated following signature verification. Read-only. |
ReadOnly |
Gets a Boolean value indicating whether the SignatureInfo object is read-only. Read-only. |
SignatureComment |
Gets or sets a value containing comments included in a signature packet. Read/write. |
SignatureImage |
Gets or sets the value of the image used to sign the document. Read/write. |
SignatureProvider |
Gets a value identifying an installed signature provider add-in. Read-only. |
SignatureText |
Gets or sets the value of the signature text used to sign this document. Read/write. |
Methods
GetCertificateDetail(CertificateDetail) |
Displays a specified detail related to a digital certificate. |
GetSignatureDetail(SignatureDetail) |
Displays a specified detail related to a signature. |
SelectCertificateDetailByThumbprint(String) |
Displays a dialog box containing information about a digital certificate following vertification of the user from a thumbprint. |
SelectSignatureCertificate(Object) |
Displays a dialog box that allows users to select which signature certificate to use for signing a document. |
ShowSignatureCertificate(Object) |
Displays the selected or default digital certificate. |