Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 607 Bytes

KeyImportOptions.md

File metadata and controls

16 lines (9 loc) · 607 Bytes

Interface: KeyImportOptions

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

Key Import Function options.

Properties

extractable?

optional extractable: boolean

The value to use as SubtleCrypto.importKey extractable argument. Default is false for private keys, true otherwise.