Certificate class
Office 2013 and later
Represents the X.509 digital certificate that has been used to create a signature.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Use the Certificate property of the Signature object to return a Certificate object.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.
In the following example, the Status property of the Certificate class is used to determine the status and other information about the digital certificate used for the first signature on the first set of signed data (or for the entire form, if the entire form is configured to be signed), and display that information in a message box.
Show: