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

需要解锁提示。

适用于

另请参阅