---
title: context
framework: cryptotokenkit
role: symbol
role_heading: Instance Property
path: cryptotokenkit/tksmartcard/context
---

# context

User-specified information. This property is automatically set to nil if the Smart Card is removed or another TKSmartCard object begins a session.

## Declaration

```swift
var context: Any? { get set }
```

## See Also

### Configuring the Smart Card

- [slot](cryptotokenkit/tksmartcard/slot.md)
- [isValid](cryptotokenkit/tksmartcard/isvalid.md)
- [isSensitive](cryptotokenkit/tksmartcard/issensitive.md)
