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

Usage in Deno

import { X509Certificate } from "node:crypto";

A Buffer containing the DER encoding of this certificate.

Type

Buffer