SmartCardUnlockPromptingBehavior SmartCardUnlockPromptingBehavior SmartCardUnlockPromptingBehavior SmartCardUnlockPromptingBehavior Enum

Definition

Defines the unlock prompting behavior.

public : enum class SmartCardUnlockPromptingBehaviorpublic enum SmartCardUnlockPromptingBehaviorPublic Enum SmartCardUnlockPromptingBehavior// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)

Fields

AllowUnlockPrompt AllowUnlockPrompt AllowUnlockPrompt AllowUnlockPrompt

Allow an unlock prompt if required.

PreventUnlockPrompt PreventUnlockPrompt PreventUnlockPrompt PreventUnlockPrompt

Prevent an unlock prompt.

RequireUnlockPrompt RequireUnlockPrompt RequireUnlockPrompt RequireUnlockPrompt

Require an unlock prompt.

See Also