Gcr.CertificateChain.prototype.get_status
function get_status(): Gcr.CertificateChainStatus {
// Gjs wrapper for gcr_certificate_chain_get_status()
}
Get the status of a certificate chain. If the certificate chain has not been built, then the status will be Gcr.CertificateChainStatus.unknown.
A status of Gcr.CertificateChainStatus.anchored does not mean that the certificate chain has been verified, but merely that an anchor has been found.
- Returns
the status of the certificate chain.