Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SmartCard | MBS Mac64bit Plugin | 18.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
You typically interact with TKSmartCardPINFormatMBS objects when calling the userInteractionForSecurePINChange and userInteractionForSecurePINVerification methods on an instance of TKSmartCardMBS.
Available in macOS 10.11 or newer.
Constant | Value | Description |
---|---|---|
kCharsetAlphanumeric | 1 |
PIN can be composed of digits and letters. |
kCharsetNumeric | 0 |
PIN is only composed of digits. |
kCharsetUpperAlphanumeric | 2 |
PIN can be composed of digits and uppercase letters. |
Constant | Value | Description |
---|---|---|
kEncodingASCII | 1 |
Characters are encoded in ASCII format (for example, 1234 is encoded as 31h 32h 33h 34h). |
kEncodingBCD | 2 |
Characters (only digits) are encoded in BCD format (for example, 1234 is encoded as 12h 34h). |
kEncodingBinary | 0 |
Characters are encoded in Binary format (for example, 1234 is encoded as 01h 02h 03h 04h). |
Constant | Value | Description |
---|---|---|
kJustificationLeft | 0 |
Justify to the left. |
kJustificationRight | 1 |
Justify to the right. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
TKSmartCardMBS - TKSmartCardSlotManagerMBS