> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ja/yzto/commission-access-control-cards/maruchitekunorojno.md).

# マルチテクノロジー認証情報の概要

Multi-Technology資格情報を使用すると、Verkadaの安全なMIFARE DESFire EV3チップと従来の125 kHz近接（Prox）アンテナの両方を備えた1枚のカードを使用できます。これにより、ユーザーは安全なEV3認証でVerkadaリーダーにアクセスしつつ、まだProxに依存しているオンサイトのシステムとの互換性を維持できます。

{% hint style="danger" %}
少なくとも **Access Credential Manager** の権限が必要です。
{% endhint %}

### 始める前に

* EV3対応リーダーを備えた Verkada アクセスコントロールの導入
* 125 kHz Proxを読み取る、サイトの従来のオンサイトシステムに関する知識

{% hint style="warning" %}
Multi-Technology資格情報は、標準のVerkada EV3カードと同じ暗号化を使用します。発行を開始するために、ファームウェアの更新やリーダー固有の設定は必要ありません。
{% endhint %}

***

## Multi-Technology資格情報

Multi-Technology資格情報は、1枚のバッジで安全なシステムと従来のシステムの橋渡しをします。主な使用例は次のとおりです。

### 従来のアクセスコントロールシステムからの移行

125 kHz Proxカードを使用する従来のアクセスコントロールシステムから移行する組織は、移行期間中に1つのMulti-Technology資格情報を発行できます。カード保有者は、アップグレードされたVerkadaのドアでは安全なEV3資格情報を認証する同じバッジを使用でき、移行が完了するまで、従来のProxリーダーを使用しているドアでも同じバッジを使用できます。

### アクセスコントロール以外の周辺システムとの統合

多くの組織では、駐車ゲート、安全な印刷解放システム、自動販売機、食堂のPOSシステム、勤怠管理端末など、125 kHz Proxに依存し続けている周辺システムを運用しています。Multi-Technology資格情報を使用すると、既存のシステムを置き換えることなく、ドアアクセスにVerkadaのEV3標準を採用できます。

ドアでのセキュリティを最大限に高めるには、4世代目のVerkadaリーダー（AD34、AD64、AL54、AF64）および内蔵リーダー付きのVerkada Intercomsで125 kHz Proxアンテナを無効にし、安全なEV3資格情報のみを受け入れるようにできます。

{% hint style="info" %}
1回のタップで重複読み取りが発生するのを防ぐには、Multi-Technology資格情報を導入する際に、VerkadaリーダーのProx Unlock設定を無効にしてください。これにより、リーダーは安全なEV3資格情報のみに対して認証を行うようになります。
{% endhint %}

***

## 資格情報の構造

各カードには、1枚のISO標準カード本体の中に2つの独立した技術が含まれています。

| **属性**   | **セキュア側（HF）**                                                        | **従来側（LF）**                                    |
| -------- | -------------------------------------------------------------------- | ---------------------------------------------- |
| 周波数      | 13.56 MHz                                                            | 125 kHz                                        |
| チップ / 形式 | MIFARE DESFire EV3、Verkada DESFire 40x                               | 標準26ビット（H10301）                                |
| 暗号化      | AES-128                                                              | なし（オープン形式）                                     |
| メモリ      | 8K                                                                   | N/A                                            |
| 対応       | Verkadaリーダー（AD34、AD64、AL54、AF64）およびVerkada Intercoms（TD33、TD53、TD63） | ドアリーダー、駐車場、印刷、POS、自動販売機、勤怠管理端末などを含む従来のProxリーダー |

プログラムされたProxカード番号とEV3カード番号は一致するため、この資格情報は両方の技術にまたがる単一のIDを表します。さらにVerkadaは、Multi-Technology資格情報に割り当てられるFacility CodeとCard Numberの範囲が、標準のEV3専用資格情報に割り当てられる範囲と重ならないようにしています。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/access-control/ja/yzto/commission-access-control-cards/maruchitekunorojno.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
