Skip to main content
property KeyObject.prototype.asymmetricKeySize

For asymmetric keys, this property represents the size of the embedded key in bytes. This property is undefined for symmetric keys.

Type

number | undefined
Back to top