From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/pkcs11/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/ja/web/api/window/pkcs11/index.html (limited to 'files/ja/web/api/window/pkcs11') diff --git a/files/ja/web/api/window/pkcs11/index.html b/files/ja/web/api/window/pkcs11/index.html new file mode 100644 index 0000000000..faa851a9d3 --- /dev/null +++ b/files/ja/web/api/window/pkcs11/index.html @@ -0,0 +1,29 @@ +--- +title: window.pkcs11 +slug: Web/API/Window/pkcs11 +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - Window + - 要更新 +translation_of: Web/API/Window/pkcs11 +--- +

{{ ApiRef() }} {{ 英語版章題("Summary") }}

+

概要

+

pcks11 プロトコル に関連するドライバや他のソフトウェアをインストールするために用いられる pkcs11 オブジェクトを返します。

+

{{ 英語版章題("Syntax") }}

+

構文

+
objRef = window.pkcs11
+
+

{{ 英語版章題("Example") }}

+

+
 window.pkcs11.addModule(sMod, secPath, 0, 0);
+
+

{{ 英語版章題("Notes") }}

+

注記

+

pcks11 オブジェクトの扱い方についてのさらなる情報は、nsIDOMPkcs11 を参照してください。

+

{{ 英語版章題("Specification") }}

+

仕様

+

{{ DOM0() }}

-- cgit v1.2.3-54-g00ecf