CertificateChainStatus
Description:
[ CCode ( cprefix = "GCR_CERTIFICATE_CHAIN_" , has_type_id = false ) ]
public enum CertificateChainStatus
The status of a built certificate chain.
Will be set to gcr_certificate_chain_unknown for certificate chains that have not been built.
Content:
Enum values:
- ANCHORED - The chain ends with
an anchored certificate.
- DISTRUSTED - The certificate
chain contains a revoked or otherwise explicitly distrusted certificate.
- INCOMPLETE - A full chain
could not be loaded.
- PINNED - The chain represents a
pinned certificate.
- SELFSIGNED - The chain ends
with a self-signed certificate.
- UNKNOWN - The certificate
chain's status is unknown.