method X509Certificate.prototype.verifyX509Certificate.prototype.verify(publicKey: KeyObject): booleanDeprecatedVerifies that this certificate was signed by the given public key. Does not perform any other validation checks on the certificate. ParameterspublicKey: KeyObjectA public key. Return Typeboolean