The keychain attribute type.
SDK
- macOS 10.0+
Framework
- Security
Declaration
typedef OSType SecKeychainAttrType;
The keychain attribute type.
SDK
Framework
typedef OSType SecKeychainAttrType;
Sec Keychain Item Copy Attributes And Data
Retrieves the data and/or attributes stored in the given keychain item.
Sec Keychain Item Modify Attributes And Data
Updates an existing keychain item after changing its attributes or data.
Sec Keychain Item Free Attributes And Data
Releases the memory used by the keychain attribute list and/or the keychain data retrieved in a call to Sec
.
Sec Keychain Item Copy Content
Copies the data and attributes stored in the given keychain item.
Sec Keychain Item Modify Content
Updates an existing keychain item after changing its attributes and/or data.
Sec Keychain Item Free Content
Releases the memory used by the keychain attribute list and the keychain data retrieved in a call to the Sec
function.
Sec Keychain Item Copy Keychain
Returns the keychain object of a given keychain item.
Sec Keychain Item Delete
Deletes a keychain item from the default keychain’s permanent data store.
Sec Keychain Attribute
A structure that holds a single keychain attribute.
Sec Keychain Attribute Ptr
A pointer to a keychain attribute structure.
Sec Keychain Attribute List
A list of keychain attributes.