--- title: pkcs11 slug: Mozilla/Add-ons/WebExtensions/API/pkcs11 translation_of: Mozilla/Add-ons/WebExtensions/API/pkcs11 ---
pkcs11
API は拡張機能にセキュリティモジュール PKCS #11 の列挙を可能とし、キーの元と証明書としてブラウザーからアクセスできるようにします。
このAPI を使うには "pkcs11" パーミッションが必要です。
There are two environmental prerequisites for using this API:
Most probably, the user or device administrator would install the PKCS #11 module, and its installer would install the native manifest file at the same time. Note, though, that the module and manifest can't be installed as part of the extension's own installation process.
For details about the manifest file's contents and location, see Native manifests.
{{Compat("webextensions.api.pkcs11", 1, 1)}} {{WebExtExamples("h2")}}