> 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（カード所有者確認方法）は、支払い前にエンドユーザーを確認します。これにより、紛失または盗難されたデバイスからの不正な支払いを防ぐのに役立ちます。

### 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**.

のことです。 [Apple Developer Documentationの](https://developer.apple.com/documentation/localauthentication?utm_source=chatgpt.com) ローカル認証

{% 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/understand-cdcvm.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.
