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

# isSensitive

Whether sessions established for the Smart Card should be considered sensitive. false by default.

## Declaration

```swift
var isSensitive: Bool { get set }
```

## Discussion

Discussion When this property is set to true, any sessions established for the receiver will begin and end by sending a reset command to the Smart Card. This is recommended anytime potentially sensitive information is transferred.

## See Also

### Configuring the Smart Card

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