XdCertificateStatus Enumeration (Microsoft.Office.Interop.InfoPath)
The XdCertificateStatus enumeration is used to determine the status of a digital certificate.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
| Member name | Description | |
|---|---|---|
| xdCertificateStatusError | The status of the specified digital certificate cannot be determined. | |
| xdCertificateStatusExpired | The specified digital certificate has expired. | |
| xdCertificateStatusNotTrusted | The specified digital certificate is not trusted. | |
| xdCertificateStatusRevoked | The specified digital certificate has been revoked. | |
| xdCertificateStatusValid | The specified digital certificate is valid. |