Attributes for secure PIN block structure according to PC/SC 2.0
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: CardWerk.SmartCardAssembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Member name | Description | |
---|---|---|
Alphanumeric | PIN can be composed of digits and letters. | |
Ascii | Characters are coded in ASCII format. | |
BCD | Characters (only digits) are coded in BCD format. | |
LeftJustified | PIN is left-justified. | |
Numeric | PIN is only composed of digits. | |
RightJustified | PIN is right-justified. | |
Unicode | Characters are coded in UNICODE format. | |
UpperAlphanumeric | PIN can be composed of digits and uppercase letters. |