Platforms to show: All Mac Windows Linux Cross-Platform

Back to TKTokenSmartCardPINAuthOperationMBS class.

TKTokenSmartCardPINAuthOperationMBS.APDUTemplate as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The template into which the PIN is filled in. nil by default.

If nil, the system will not attempt to authenticate by sending the formatted APDU to the Smart Card. Instead, the token itself is expected to perform the authentication. You are encouraged to provide an APDU template, if possible, as it allows the use of a hardware interface for secure PIN entry, provided one exists.
(Read and Write property)

TKTokenSmartCardPINAuthOperationMBS.PIN as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The PIN value resulting from performing the operation.

This property is set to the result of the operation after finishWithError: is called.

If the APDUTemplate property has a set value, this property is not set, as the PIN is automatically sent to the Smart Card using the specified template.
(Read and Write property)

TKTokenSmartCardPINAuthOperationMBS.PINByteOffset as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The offset, in bytes, within the APDU template to mark the location for filling in the PIN.

(Read and Write property)

TKTokenSmartCardPINAuthOperationMBS.PINFormat as TKSmartCardPINFormatMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The PIN format.

By default, this property is set to a TKSmartCardPINFormatMBS object initialized without any further configuration.
(Read and Write property)

TKTokenSmartCardPINAuthOperationMBS.smartCard as TKSmartCardMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A Smart Card to which the formatted APDU is sent in order to authenticate.

This property is only used if the APDUTemplate property has a set value.
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...