SignatureInfo object (Office)
Represents the information used to create a digital or in-document signature.
Example
The following example uses the GetCertificateDetail method of the SignatureInfo object to get the expiration date of the digital certificate.
Sub GetCertDetails()
Dim objSignatureInfo As SignatureInfo
Dim varDetail As Variant
strDetail = objSignatureInfo.GetCertificateDetail(certdetExpirationDate)
End Sub
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.
Feedback
Submit and view feedback for