---
title: SecKeychainItem
framework: security
role: symbol
role_heading: Class
path: security/seckeychainitem
---

# SecKeychainItem

An opaque type that represents a keychain item.

## Declaration

```swift
class SecKeychainItem
```

## Overview

Overview A SecKeychainItem object for a certificate that is stored in a keychain can be safely cast to a SecCertificate for use with Certificate, Key, and Trust Services.

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
