SmartCardPinCharacterPolicyOption SmartCardPinCharacterPolicyOption SmartCardPinCharacterPolicyOption SmartCardPinCharacterPolicyOption Enum

Definition

Specifies the rules for characters in a smart card personal identification number (PIN).

public : enum class SmartCardPinCharacterPolicyOptionpublic enum SmartCardPinCharacterPolicyOptionPublic Enum SmartCardPinCharacterPolicyOption// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Allow Allow Allow Allow

Any of the characters in the specified character class can be in the PIN.

Disallow Disallow Disallow Disallow

None of the characters in the specified character class can be in the PIN.

RequireAtLeastOne RequireAtLeastOne RequireAtLeastOne RequireAtLeastOne

At least one of the characters in the specified character class must be in the PIN.

See Also