<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/SecKeychainAttributeList",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@S@SecKeychainAttributeList"
  },
  "title" : "SecKeychainAttributeList"
}
-->

# SecKeychainAttributeList

A list of keychain attributes.

```
struct SecKeychainAttributeList
```

## Topics

### Instance Properties

[`attr`](/documentation/Security/SecKeychainAttributeList/attr)

A pointer to the first keychain attribute in the array.

[`count`](/documentation/Security/SecKeychainAttributeList/count)

The number of keychain attributes in the array.

### Initializers

[`init()`](/documentation/Security/SecKeychainAttributeList/init())

[`init(count:attr:)`](/documentation/Security/SecKeychainAttributeList/init(count:attr:))



---

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)