SmartCardUnlockPromptingBehavior 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義解除鎖定提示行為。
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 | 需要解除鎖定提示。 |