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.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public 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 | 1024 | |
| WeakKey | 2048 | |
| PinnedKeyMissing | 8192 | |
| NameConstraintViolation | 16384 | |
| ValidityTooLong | 32768 | |
| IsEV | 65536 | |
| RevCheckingEnabled | 131072 | |
| Sha1SignaturePresent | 524288 | |
| CTComplianceFailed | 1048576 | |
See Also