> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/understand-cdcvm.md).

# CDCVMを理解する

### CVMが重要な理由

CVM（Cardholder Verification Method）は、支払い前にエンドユーザーを確認します。これにより、紛失または盗難されたデバイスからの不正な支払いを防ぐことができます。

### CDCVM（Consumer Device CVM）

CDCVMは、安全なローカルデバイス認証方式を使用するCVM方式の1つです。

iOS NFC Wallet SDKは **CDCVMのみをサポートします**。これは、非接触型決済取引を保護するためにiOS認証に依存しています。

NFC Wallet SDKは複数のCDCVMポリシーをサポートしています。ポリシーは [NFC Wallet SDKの初期化時に](/nfc-wallet-sdk-ios/ja/get-started/configuration/3.-initialization.md#cardholder-verification-method):

* 生体認証のみ
* 生体認証とデバイスのパスコードへのフォールバック
* デバイスのパスコードのみ（たとえば、生体認証が利用できない場合）

iPhoneでは、生体認証とは **Face ID** または **Touch ID**.

次のセクションを参照してください [ローカル認証](https://developer.apple.com/documentation/localauthentication?utm_source=chatgpt.com) をApple Developer Documentationで。

{% hint style="warning" %}
エンドユーザーがデバイスのロック解除方法を変更できることに注意してください。次を参照してください [デバイスのロック解除方法の更新シナリオ](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/understand-cdcvm/device-unlock-method-update-scenarios.md).
{% endhint %}

### 運用上の注意

デジタルカードプロファイルで別のCVM方式が定義されていても、非接触型取引にはCDCVMが必要です。

デジタルカードプロファイルのCVM方式を早い段階で確認してください。これにより、想定される支払い時のユーザー体験を設計しやすくなります。

{% hint style="warning" %}
デジタルカードプロファイルのCVM方式は、CDCVMまたはオンラインPINにできます。

Mastercardでは、オンラインPINを「カードのような体験」と呼んでいます。

NFC Wallet SDKは、デジタルウォレットアプリケーションごとに1つのCVM方式をサポートします。
{% endhint %}


---

# 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:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/understand-cdcvm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
