SmartCardUnlockPromptingBehavior 列挙型

定義

ロック解除のプロンプト動作を定義します。

public enum class SmartCardUnlockPromptingBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardUnlockPromptingBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardUnlockPromptingBehavior
var value = Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior.allowUnlockPrompt
Public Enum SmartCardUnlockPromptingBehavior
継承
SmartCardUnlockPromptingBehavior
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10586.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0 で導入)

フィールド

AllowUnlockPrompt 0

必要に応じてロック解除プロンプトを許可します。

PreventUnlockPrompt 2

ロック解除プロンプトが表示されないようにします。

RequireUnlockPrompt 1

ロック解除プロンプトが必要です。

適用対象

こちらもご覧ください