---
title: SecKeychainAttributePtr
framework: security
role: symbol
role_heading: Type Alias
path: security/seckeychainattributeptr
---

# SecKeychainAttributePtr

A pointer to a keychain attribute structure.

## Declaration

```swift
typealias SecKeychainAttributePtr = UnsafeMutablePointer<SecKeychainAttribute>
```
