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

Usage in Deno

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

A CryptoKey whose type will be 'private'.

Type