DigitalSignature class

DigitalSignature class

Represents a digital signature on a document and the result of its verification. To learn more, visit the Work with Digital Signatures documentation article.

Properties

NameDescription
application_versionGets the application version for the digital signature.
certificate_holderReturns the certificate holder object that contains the certificate was used to sign the document.
color_depthGets the color depth for the digital signature.
commentsGets the signing purpose comment.
horizontal_resolutionGets the horizontal resolution for the digital signature.
is_validReturns True if this digital signature is valid and the document has not been tampered with.
issuer_nameReturns the subject distinguished name of the certificate isuuer.
office_versionGets the Office version for the digital signature.
sign_timeGets the time the document was signed.
signature_typeGets the type of the digital signature.
signature_valueGets an array of bytes representing a signature value.
subject_nameReturns the subject distinguished name of the certificate that was used to sign the document.
vertical_resolutionGets the vertical resolution for the digital signature.
windows_versionGets the Windows version for the digital signature.

See Also