Share via


Certificate Object

InfoPath Developer Reference

Represents the X.509 digital certificate that has been used to create a signature.

Version Information
 Version Added:  InfoPath 2003

Remarks

Use the Certificate property of the Signature object to return a Certificate object.

The Certificate object contains the following properties, which can be used to return information about a digital certificate:

Property Description
IssuedTo Returns to whom the digital certificate is issued.
IssuedBy Returns the issuer of the digital certificate.
ExpirationDate Returns the expiration date of the digital certificate.
Status Returns the status of the digital certificate.

See Also