Click or drag to resize

X509 Fields

The X509 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberExpired Return value from X509.CertIsValidNow indicating that the certificate has expired (EXPIRED_ERROR).
Public fieldStatic memberFailure Return value from X509.VerifyCert indicating failure (SIGNATURE_ERROR).
Public fieldStatic memberInvalid Return value from X509.ValidatePath indicating that the certificate path is invalid (CERT_PATH_ERROR).
Public fieldStatic memberRevoked Return value from X509.CheckCertInCRL indicating that the certificate is revoked (REVOCATION_ERROR).
Top
See Also