<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoTokenKit",
  "identifier" : "/documentation/CryptoTokenKit/TKSmartCardSlotManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CryptoTokenKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TKSmartCardSlotManager"
  },
  "title" : "TKSmartCardSlotManager"
}
-->

# TKSmartCardSlotManager

An interface to all available smart card reader slots.

```
class TKSmartCardSlotManager
```

## Overview

Get a list of all known smart card reader slots in the system using the [`slotNames`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/slotNames) property, and access individual slots by name using the [`getSlot(withName:reply:)`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/getSlot(withName:reply:)) method.

> Important:
> The <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.security.smartcard> entitlement is required in order to use `TKSmartCardSlotManager`.

## Topics

### Creating a Card Slot Manager

[`default`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/default)

The shared singleton Smart Card reader slot manager.

### Accessing Smart Card Slots

[`slotNames`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/slotNames)

A list of identifiers for all the Smart Card reader slots available to the system.

[`getSlot(withName:reply:)`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/getSlot(withName:reply:))

Asynchronously calls a block with a Smart Card reader slot for a specified name.

[`slotNamed(_:)`](/documentation/CryptoTokenKit/TKSmartCardSlotManager/slotNamed(_:))

Returns the Smart Card slot with a given name.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)