CefCertStatus Enumeration |
Supported certificate status code values. See net\cert\cert_status_flags.h
for more information. CERT_STATUS_NONE is new in CEF because we use an
enum while cert_status_flags.h uses a typedef and static const variables.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefCertStatus
Members| Member name | Value | Description |
|---|
| None | 0 | |
| CommonNameInvalid | 1 | |
| DateInvalid | 2 | |
| AuthorityInvalid | 4 | |
| NoRevocationMechanism | 16 | |
| UnableToCheckRevocation | 32 | |
| Revoked | 64 | |
| Invalid | 128 | |
| WeakSignatureAlgorithm | 256 | |
| NonUniqueName | 1,024 | |
| WeakKey | 2,048 | |
| PinnedKeyMissing | 8,192 | |
| NameConstraintViolation | 16,384 | |
| ValidityTooLong | 32,768 | |
| IsEV | 65,536 | |
| RevCheckingEnabled | 131,072 | |
| Sha1SignaturePresent | 524,288 | |
| CTComplianceFailed | 1,048,576 | |
See Also