method X509Certificate.prototype.verify
Jump to headingX509Certificate.prototype.verify(publicKey: KeyObject): boolean
Verifies that this certificate was signed by the given public key. Does not perform any other validation checks on the certificate.
Parameters Jump to heading
Jump to headingpublicKey: KeyObject
A public key.
Return Type Jump to heading
boolean