Skip to main content
X509Certificate.prototype.publicKey - crypto - Node documentation
property X509Certificate.prototype.publicKey

Usage in Deno

import { X509Certificate } from "node:crypto";

The public key KeyObject for this certificate.

Type