Skip to main content

type

property webcrypto.CryptoKey.type

A string identifying whether the key is a symmetric ('secret') or asymmetric ('private' or 'public') key.

Back to top