X509 Fields |
The X509 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Expired | Return value from X509.CertIsValidNow indicating that the certificate has expired (EXPIRED_ERROR). |
![]() ![]() | Failure | Return value from X509.VerifyCert indicating failure (SIGNATURE_ERROR). |
![]() ![]() | Invalid | Return value from X509.ValidatePath indicating that the certificate path is invalid (CERT_PATH_ERROR). |
![]() ![]() | Revoked | Return value from X509.CheckCertInCRL indicating that the certificate is revoked (REVOCATION_ERROR). |