SmartCardUnlockPromptingBehavior Enum

Definition

Defines the unlock prompting behavior.

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
Inheritance
SmartCardUnlockPromptingBehavior
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)

Fields

AllowUnlockPrompt 0

Allow an unlock prompt if required.

PreventUnlockPrompt 2

Prevent an unlock prompt.

RequireUnlockPrompt 1

Require an unlock prompt.

Applies to

See also