CertificateValidationErrorType
Identifies error type for certificate validation
enum CertificateValidationErrorType {
CERTIFICATE_EXPIRED
CERTIFICATE_OLD_VERSION
}
Values
CertificateValidationErrorType.CERTIFICATE_EXPIRED
indicates when a certificate is expired
CertificateValidationErrorType.CERTIFICATE_OLD_VERSION
indicates when a certificate is an older version of an existing current version of certificate
Member Of
CertificateValidationError object