XdCertificateStatus Enumeration

Microsoft Office InfoPath

The XdCertificateStatus enumeration is used to determine the status of a digital certificate. These enumerated values are returned by the Status property of the Certificate object.

NameValueDescription
xdCertificateStatusError0The status of the specified digital certificate cannot be determined.
xdCertificateStatusValid 1The specified digital certificate is valid.
xdCertificateStatusExpired2The specified digital certificate has expired.
xdCertificateStatusNotTrusted 3The specified digital certificate is not trusted.
xdCertificateStatusRevoked 4The specified digital certificate has been revoked.