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 | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
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 | (Inherited from _IMsoDispObj.) |
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetCertificateDetail | Displays a specified detail related to a digital certificate. |
![]() |
GetSignatureDetail | Displays a specified detail related to a signature. |
![]() |
SelectCertificateDetailByThumbprint | Displays a dialog box containing information about a digital certificate following vertification of the user from a thumbprint. |
![]() |
SelectSignatureCertificate | Displays a dialog box that allows users to select which signature certificate to use for signing a document. |
![]() |
ShowSignatureCertificate | Displays the selected or default digital certificate. |
Top