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.
Name | Value | Description |
---|---|---|
xdCertificateStatusError | 0 | The status of the specified digital certificate cannot be determined. |
xdCertificateStatusValid | 1 | The specified digital certificate is valid. |
xdCertificateStatusExpired | 2 | The specified digital certificate has expired. |
xdCertificateStatusNotTrusted | 3 | The specified digital certificate is not trusted. |
xdCertificateStatusRevoked | 4 | The specified digital certificate has been revoked. |