Skip to main content
webcrypto.CryptoKeyPair.publicKey - crypto - Node documentation
property webcrypto.CryptoKeyPair.publicKey

Usage in Deno

import { type webcrypto } from "node:crypto";

A CryptoKey whose type will be 'public'.

Type